Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
merge_group:
push:
branches: [ main ]
branches: [main]

concurrency:
group: ${{ github.ref }}
Expand Down Expand Up @@ -43,6 +43,12 @@ jobs:
toolchain:
- stable
- nightly
partition:
- 1/5
- 2/5
- 3/5
- 4/5
- 5/5
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand All @@ -62,7 +68,7 @@ jobs:
with:
tool: cargo-hack
- name: Tests
run: cargo hack test --feature-powerset --depth 2 --clean-per-run
run: cargo hack test --feature-powerset --depth 2 --clean-per-run --partition ${{ matrix.partition }}

fmt:
name: Rustfmt check
Expand Down
Loading