Skip to content

Commit

Permalink
👷 test & lint with --all-features
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Sep 23, 2024
1 parent ffc6e29 commit c1729a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- uses: mozilla-actions/sccache-action@v0.0.5
- run: cargo clippy
- run: cargo test
- run: cargo clippy --workspace --all-features --no-deps --all-targets -- --deny warnings
- run: cargo test --all-features
- run: ${SCCACHE_PATH} --show-stats
shell: bash

0 comments on commit c1729a9

Please sign in to comment.