diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/workflow.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index e2f745d8..5ceacd43 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -19,4 +19,5 @@ jobs: cxx: g++ build-type: Release configure-options: -DBUILD_TESTING=1 + ctest-options: --output-on-failure run-test: true |
