Skip to content

Commit

Permalink
Add --all-features to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
terahlunah committed Sep 28, 2023
1 parent 60a4c31 commit f786e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Build
run: cargo build
- name: Tests
run: cargo test
run: cargo test --all-features
- name: Rustfmt
run: cargo fmt --all -- --check
- name: Clippy
run: cargo clippy
run: cargo clippy --all-targets --all-features

0 comments on commit f786e4f

Please sign in to comment.