Skip to content

Commit

Permalink
Use ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed May 23, 2024
1 parent faeabc3 commit 2d3e0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
cmake --build build
- name: Test
run: |
cmake --test-dir build --output-on-failure
ctest --test-dir build --output-on-failure

0 comments on commit 2d3e0ba

Please sign in to comment.