Skip to content

Commit

Permalink
ci: Test with --all-features flags
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Feb 17, 2023
1 parent 6f69fe8 commit bdc1e90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/quick-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: --all-features -- -D warnings

quick_check-tests:
runs-on: ubuntu-latest
Expand All @@ -66,9 +66,9 @@ jobs:
- name: Cargo test
uses: actions-rs/cargo@v1
with:
command: test
command: test --all-features

- name: Cargo check
uses: actions-rs/cargo@v1
with:
command: check
command: check --all-features

0 comments on commit bdc1e90

Please sign in to comment.