Skip to content

Commit

Permalink
in gh action use make to run test
Browse files Browse the repository at this point in the history
  • Loading branch information
apenella committed Dec 9, 2023
1 parent b4bdbc9 commit 54946e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Run unit tests
run: |
make unit-test
make unit-tests
- name: Run functional tests
run: |
make functional-test
make functional-tests

0 comments on commit 54946e7

Please sign in to comment.