Skip to content

Commit

Permalink
run tests using ctest and verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
darcys22 committed Aug 28, 2023
1 parent c86465a commit cb4142c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
run: cmake --build build

- name: Run tests
run: make test
run: ctest -VV --test-dir build

0 comments on commit cb4142c

Please sign in to comment.