Skip to content

Commit

Permalink
Remove -C in ctests command
Browse files Browse the repository at this point in the history
  • Loading branch information
fintarin committed Jul 14, 2024
1 parent 32a5143 commit d4f0014
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ jobs:

- name: Test
working-directory: ${{github.workspace}}/build
run: ctest -C${{matrix.config.build-type}} --output-on-failure
run: ctest --output-on-failure
2 changes: 1 addition & 1 deletion .github/workflows/sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:

- name: Test
working-directory: ${{github.workspace}}/build
run: ctest -C${{env.BUILD_TYPE}} --output-on-failure
run: ctest --output-on-failure
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Run tests.

```sh
cd build
ctest -CDEBUG --verbose
ctest --verbose
cd ..
```

Expand Down

0 comments on commit d4f0014

Please sign in to comment.