Skip to content

Commit

Permalink
Merge pull request #107 from Sean-Der/issue-106
Browse files Browse the repository at this point in the history
Run tests after building in GitHub
  • Loading branch information
sepfy authored Aug 29, 2024
2 parents 991e3ec + b77efd4 commit 03057f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
run: >
mkdir cmake ;
cd cmake ;
cmake .. ;
make
cmake .. -DENABLE_TESTS=true ;
make -j$(nproc);
run-parts ./tests/

0 comments on commit 03057f7

Please sign in to comment.