Skip to content

Commit

Permalink
Add --output-on-failure to ctest (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgerheiser authored Aug 18, 2021
1 parent 9408871 commit 2e7f0ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
- name: test
run: |
cd $GITHUB_WORKSPACE/bufr/build
ctest
ctest --output-on-failure
2 changes: 1 addition & 1 deletion .github/workflows/main_new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: test
run: |
cd $GITHUB_WORKSPACE/bufr/build
ctest
ctest --output-on-failure
gcovr -r .. --html-details -o test-coverage.html
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 2e7f0ba

Please sign in to comment.