Skip to content

Commit

Permalink
ci: shard builds check
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen committed Aug 17, 2023
1 parent 030b7eb commit bda9175
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,11 @@ jobs:
cargo check-all-features
- name: Check all features (workspace)
strategy:
matrix:
chunk: [1, 2, 3, 4, 5, 6, 7, 8]
run: |
cargo check-all-features --workspace --all-targets
cargo check-all-features --n-chunks 8 --chunk ${{ matrix.chunk }} --workspace --all-targets
- name: Check no-std
run: |
Expand Down

0 comments on commit bda9175

Please sign in to comment.