Uses all features when running Cippy during CI

pull/46/head
Tpt 4 years ago
parent eea33f136a
commit 9e2d663eb1
  1. 2
      .github/workflows/build.yml

@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- run: rustup update
- run: rustup component add clippy
- run: cargo clippy --all --all-targets
- run: cargo clippy --all --all-targets --all-features
test:
runs-on: ubuntu-latest

Loading…
Cancel
Save