Skip to content

Commit

Permalink
Revert "fixup try ci"
Browse files Browse the repository at this point in the history
This reverts commit 2137b6f.
  • Loading branch information
mwestphal committed Dec 31, 2024
1 parent 3329f82 commit 4431cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/coverage-ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ runs:
- name: Test
shell: bash
working-directory: ${{github.workspace}}/source
run: ctest -R SDKImage -VV
run: ctest -C Release -j 2 --output-on-failure || ctest -C Release -j 1 --rerun-failed -VV

- name: Upload Tests Artifact
if: failure()
Expand Down

0 comments on commit 4431cf3

Please sign in to comment.