Skip to content

Commit

Permalink
ci: set CTEST_OUTPUT_ON_FAILURE
Browse files Browse the repository at this point in the history
  • Loading branch information
2maz committed Jul 25, 2024
1 parent ee8ccc5 commit 6a5fe1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Test
run: docker run rock/${{ matrix.os }}
/bin/bash -c
"source /home/docker/rock_test/env.sh; BOOST_TEST_CATCH_SYSTEM_ERRORS=\"no\" make -C /home/docker/rock_test/${{ matrix.package }}/build test"
"source /home/docker/rock_test/env.sh; CTEST_OUTPUT_ON_FAILURE=1 BOOST_TEST_CATCH_SYSTEM_ERRORS=\"no\" make -C /home/docker/rock_test/${{ matrix.package }}/build test"



0 comments on commit 6a5fe1e

Please sign in to comment.