Skip to content

Commit

Permalink
Also run tests with elmerice-fast label in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Aug 23, 2024
1 parent 825eb97 commit 9307494
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-homebrew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
CTEST_OUTPUT_ON_FAILURE: 1
run: |
cd ${GITHUB_WORKSPACE}/build
ctest -L quick -j$(sysctl -n hw.logicalcpu)
ctest -L "quick|elmerice-fast" -j$(sysctl -n hw.logicalcpu)
- name: re-run tests
if: always() && (steps.run-ctest.outcome == 'failure')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-mingw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
CTEST_OUTPUT_ON_FAILURE: 1
run: |
cd ${GITHUB_WORKSPACE}/build
ctest -L quick -j$(nproc)
ctest -L "quick|elmerice-fast" -j$(nproc)
- name: re-run tests
if: always() && (steps.run-ctest.outcome == 'failure')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
CTEST_OUTPUT_ON_FAILURE: 1
run: |
cd ${GITHUB_WORKSPACE}/build
ctest -L quick -j$(nproc)
ctest -L "quick|elmerice-fast" -j$(nproc)
- name: Re-run tests
if: always() && (steps.run-ctest.outcome == 'failure')
Expand Down

0 comments on commit 9307494

Please sign in to comment.