Skip to content

Commit

Permalink
GitHub CI - Output Failure Of Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Dec 9, 2023
1 parent 42e15dd commit 299bbf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: cmake --install . --prefix "${{github.workspace}}/install"
- name: "CMake Test"
working-directory: ${{github.workspace}}/build
run: ctest
run: ctest --output-on-failure
- name: Upload
uses: actions/upload-artifact@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: cmake --install . --prefix "${{github.workspace}}/install"
- name: "CMake Test"
working-directory: ${{github.workspace}}/build
run: ctest
run: ctest --output-on-failure
- name: Upload
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 299bbf4

Please sign in to comment.