Skip to content

Commit

Permalink
add ctest --output-on-failure argument to get better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
farukeryilmaz committed Dec 6, 2023
1 parent 2b132cb commit 3833169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/platform_gnu_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
- name: Run tests
run: |
cd build
ctest
ctest --rerun-failed --output-on-failure
2 changes: 1 addition & 1 deletion .github/workflows/platform_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Run tests
run: |
cd build
ctest
ctest --rerun-failed --output-on-failure

0 comments on commit 3833169

Please sign in to comment.