enable --output-on-failure for GH actions test runs
This commit is contained in:
@@ -54,4 +54,4 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
working-directory: ${{github.workspace}}/build
|
||||
run: ctest -C ${{env.BUILD_TYPE}}
|
||||
run: ctest -C ${{env.BUILD_TYPE}} --output-on-failure
|
||||
|
||||
Reference in New Issue
Block a user