Skip to content

Commit

Permalink
Merge pull request #518 from mmuetzel/ci
Browse files Browse the repository at this point in the history
Run more tests regularly in CI.
  • Loading branch information
raback authored Oct 2, 2024
2 parents 58debcb + c2da825 commit 2aaceb9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos-homebrew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ jobs:
run: |
cd ${GITHUB_WORKSPACE}/build
ctest . \
-L "quick|elmerice-fast" \
-LE slow \
-j$(sysctl -n hw.logicalcpu) \
--timeout 180
--timeout 300
- name: re-run tests
if: always() && (steps.run-ctest.outcome == 'failure')
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-windows-mingw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ jobs:
run: |
cd ${GITHUB_WORKSPACE}/build
ctest . \
-L "quick|elmerice-fast" \
-LE slow \
-j$(nproc) \
--timeout 180
--timeout 300
- name: re-run tests
if: always() && (steps.run-ctest.outcome == 'failure')
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ jobs:
run: |
cd ${GITHUB_WORKSPACE}/build
ctest . \
-L "quick|elmerice-fast" \
-LE slow \
-j$(nproc) \
--timeout 180
--timeout 300
- name: Re-run tests
if: always() && (steps.run-ctest.outcome == 'failure')
Expand Down

0 comments on commit 2aaceb9

Please sign in to comment.