Skip to content

Commit

Permalink
ci: remove --all-features bits
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Oct 17, 2024
1 parent cd50e1a commit e74b66c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,11 @@ jobs:
- name: Clippy
run: |
cargo clippy --release --target ${{ matrix.target }}
cargo clippy --release --all-features --target ${{ matrix.target }}
- name: Tests (Debug)
run: |
cargo test --target ${{ matrix.target }}
cargo test --all-features --target ${{ matrix.target }}
- name: Tests (Release)
run: |
cargo test --release --target ${{ matrix.target }}
cargo test --release --all-features --target ${{ matrix.target }}

0 comments on commit e74b66c

Please sign in to comment.