Skip to content

Commit

Permalink
Ubuntu: remove --rerun-failed even on commented-out line
Browse files Browse the repository at this point in the history
  • Loading branch information
timhutton authored Feb 13, 2024
1 parent 29eeed5 commit 4c08237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
- name: Test (without OpenCL)
shell: bash
working-directory: ${{runner.workspace}}/build
# run: ctest -C ${{matrix.build_type}} --rerun-failed --output-on-failure # OpenCL tests (disabled for now)
# run: ctest -C ${{matrix.build_type}} --output-on-failure # OpenCL tests (disabled for now)
run: ctest -R rdy -C ${{matrix.build_type}} --output-on-failure

0 comments on commit 4c08237

Please sign in to comment.