Skip to content

Commit

Permalink
Merge pull request #602 from zancas/propose_fast_PR_ci
Browse files Browse the repository at this point in the history
Propose fast pr ci
  • Loading branch information
zancas authored Oct 18, 2023
2 parents 6ea01c2 + 8947960 commit a62b07a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,4 @@ jobs:
- name: Run tests
run: |
cargo nextest run --verbose --profile ci --archive-file nextest-archive.tar.zst \
--workspace-remap ./ --partition count:${{ matrix.partition}}/8
--workspace-remap ./ --partition count:${{ matrix.partition}}/8 --no-fail-fast -E 'not test(slow)'

0 comments on commit a62b07a

Please sign in to comment.