Skip to content

Commit

Permalink
Split up cargo-all-features CI job (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard authored Dec 6, 2024
1 parent 70931ce commit d163453
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: test-all-features
run: cargo install cargo-all-features && cargo check-all-features && cargo test-all-features
- name: install
run: cargo install cargo-all-features
- name: check all features
run: cargo check-all-features
- name: test all features
run: cargo test-all-features

doc:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d163453

Please sign in to comment.