Skip to content

Commit

Permalink
Run tests on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-attack committed Sep 18, 2024
1 parent 34266c2 commit f2dc92a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
run: cmake .
- name: cmake build
run: cmake --build .
# - name: Run Tests
# run: cd tests && ctest --output-on-failure
- name: Run Tests
run: cd tests && ctest --output-on-failure

0 comments on commit f2dc92a

Please sign in to comment.