Skip to content

Commit

Permalink
ci: add --output-on-failure for ctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedede committed Jul 17, 2022
1 parent dca36b3 commit b89a378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Build
run: cmake --build build
- name: Test
run: ctest --test-dir build -C Debug
run: ctest --test-dir build -C Debug --output-on-failure
ubuntu:
runs-on: ubuntu-22.04
steps:
Expand All @@ -25,4 +25,4 @@ jobs:
- name: Build
run: cmake --build build
- name: Test
run: ctest --test-dir build
run: ctest --test-dir build --output-on-failure

0 comments on commit b89a378

Please sign in to comment.