Skip to content

Commit

Permalink
chore(ci): speed up testing (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChieloNewctle authored Nov 6, 2023
1 parent a3f205f commit 952b2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- run: cargo build --all-features --verbose
- run: cargo test --all-features --verbose
- run: cargo install cargo-all-features
- run: cargo check-all-features --verbose
- run: cargo build-all-features --verbose
- run: cargo test-all-features --verbose

rustfmt:
name: Check Format
Expand Down

0 comments on commit 952b2ac

Please sign in to comment.