Skip to content

Commit

Permalink
8 shards in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Dec 16, 2023
1 parent 4bb2e88 commit 885307b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# needs: [build, incremental-mutants]
strategy:
matrix:
shard: [0, 1, 2, 3]
shard: [0, 1, 2, 3, 4, 5, 6, 7]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand All @@ -88,7 +88,7 @@ jobs:
- run: cargo install --path .
- name: Mutants
run: |
cargo mutants --no-shuffle --exclude console.rs -vV --shard ${{ matrix.shard }}/4
cargo mutants --no-shuffle --exclude console.rs -vV --shard ${{ matrix.shard }}/8
- name: Archive mutants.out
uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 885307b

Please sign in to comment.