Skip to content

Commit

Permalink
Test with --all-features;
Browse files Browse the repository at this point in the history
  • Loading branch information
ph0llux committed Jul 28, 2024
1 parent ff9b392 commit 013c264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
if: matrix.os == 'windows-latest'
run: rustup toolchain install nightly && rustup default nightly && rustup component add clippy
- name: Build
run: cargo clippy --verbose
run: cargo clippy --verbose --all-features
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --all-features

0 comments on commit 013c264

Please sign in to comment.