Skip to content

Commit

Permalink
CI: make and run tests separatedly
Browse files Browse the repository at this point in the history
  • Loading branch information
leonmavr authored Sep 27, 2024
1 parent 3ce0ed5 commit 5d8441e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: make and test
- name: make tests
run: make test
./tests
- name: run tests
run: ./tests

0 comments on commit 5d8441e

Please sign in to comment.