Skip to content

Commit

Permalink
try move instances
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Nov 27, 2024
1 parent 91f9639 commit 0c7f44a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slowtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
partition: [1, 2]
partition: [1, 2, 3, 4]
steps:
# These tests need the `anvil` binary provided by foundry
- name: Install Foundry
Expand Down Expand Up @@ -107,5 +107,5 @@ jobs:
NEXTEST_PROFILE: slow
run: |
cargo nextest run --archive-file nextest-archive.tar.zst --verbose --no-fail-fast --nocapture \
--workspace-remap $PWD --partition count:${{ matrix.partition }}/2
--workspace-remap $PWD --partition count:${{ matrix.partition }}/4
timeout-minutes: 40

0 comments on commit 0c7f44a

Please sign in to comment.