Skip to content

Commit

Permalink
Check all features and targets in CI (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett authored Jul 26, 2024
1 parent 05a13f4 commit 0bf5061
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:
CARGO_TERM_COLOR: always

jobs:

# Run cargo test
test:
name: Test Suite
Expand Down Expand Up @@ -71,7 +70,7 @@ jobs:
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: -- -D warnings
args: --all-targets --all-features -- -D warnings

# Run cargo fmt --all -- --check
format:
Expand Down

0 comments on commit 0bf5061

Please sign in to comment.