Skip to content

Commit

Permalink
Made test output verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Hubley committed Nov 8, 2023
1 parent 649ae65 commit 70675d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Run tests
working-directory: build
run: ctest -R ^xtest$ --output-on-failure
run: ctest -R ^xtest$ --verbose

default:

Expand Down Expand Up @@ -125,4 +125,4 @@ jobs:

- name: Run tests
working-directory: build
run: ctest -R ^xtest$ --output-on-failure
run: ctest -R ^xtest$ --verbose
4 changes: 2 additions & 2 deletions .github/workflows/ci_extended.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Run tests
working-directory: build
run: ctest -R ^xtest$ --output-on-failure
run: ctest -R ^xtest$ --verbose

clang:

Expand Down Expand Up @@ -100,4 +100,4 @@ jobs:

- name: Run tests
working-directory: build
run: ctest -R ^xtest$ --output-on-failure
run: ctest -R ^xtest$ --verbose

0 comments on commit 70675d8

Please sign in to comment.