Skip to content

Commit

Permalink
Add no-features test to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelPeeters committed Mar 26, 2024
1 parent 7310e69 commit f036c98
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
run: cargo build
- name: Test
run: cargo test
# - name: Clippy
# run: cargo clippy --all-targets
# - name: Clippy
# run: cargo clippy --all-targets
- name: Test without features
run: cargo test --no-default-features
- name: Rustfmt
run: cargo fmt -- --check

0 comments on commit f036c98

Please sign in to comment.