Skip to content

Commit

Permalink
Don't check all feature commbinations
Browse files Browse the repository at this point in the history
  • Loading branch information
avsaase committed Jul 5, 2024
1 parent f4ad468 commit ef5ba87
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
with:
submodules: true
- uses: dtolnay/rust-toolchain@stable
- uses: romnn/cargo-feature-combinations@main
- run: cargo fc check
- run: cargo check --all-features

lints:
name: cargo clippy
Expand All @@ -23,8 +22,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: romnn/cargo-feature-combinations@main
- run: cargo fc clippy
- run: cargo clippy --all-features

test:
name: cargo test
Expand All @@ -34,8 +32,7 @@ jobs:
with:
submodules: true
- uses: dtolnay/rust-toolchain@stable
- uses: romnn/cargo-feature-combinations@main
- run: cargo fc test --workspace
- run: cargo test --all-features --workspace

formatting:
name: cargo fmt
Expand Down

0 comments on commit ef5ba87

Please sign in to comment.