Skip to content

Commit

Permalink
make tests on CI more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Oct 5, 2020
1 parent 80a0504 commit f13cab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -19,4 +19,4 @@ jobs:
cmake --build build
- name: Test
run: |
cd build && ctest
cd build && ctest -VV -- -ls

0 comments on commit f13cab9

Please sign in to comment.