Skip to content

Commit

Permalink
Add a test with --no-default-features
Browse files Browse the repository at this point in the history
Ensures everything still compiles even with all features disabled.
  • Loading branch information
LingMan committed Mar 15, 2023
1 parent ddf47f3 commit dc9281e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,6 @@ jobs:
run: cargo clippy -- -D warnings

- name: Run tests
run: cargo test --all-features --all-targets
run: |
cargo test --all-targets --all-features
cargo test --all-targets --no-default-features

0 comments on commit dc9281e

Please sign in to comment.