Skip to content

Commit

Permalink
github: tries to produce output message on error
Browse files Browse the repository at this point in the history
  • Loading branch information
quesnel committed Jan 29, 2024
1 parent dfb0854 commit a487332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:

- name: Test
working-directory: ${{github.workspace}}/build
run: ctest -C ${{matrix.BUILD_TYPE}} --rerun-failed --output-on-failure
run: ctest -C ${{matrix.BUILD_TYPE}} --verbose --rerun-failed --output-on-failure 2>&1

0 comments on commit a487332

Please sign in to comment.