Skip to content

Commit

Permalink
add targets and features to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Aug 13, 2024
1 parent 4aef7fa commit e43014e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose --all-targets --all-features
run: |
cargo test --verbose
cargo test --verbose --all-targets --all-features

0 comments on commit e43014e

Please sign in to comment.