Skip to content

Commit c1729a9

Browse files
committed
👷 test & lint with --all-features
1 parent ffc6e29 commit c1729a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v4
3535
- uses: jdx/mise-action@v2
3636
- uses: mozilla-actions/sccache-action@v0.0.5
37-
- run: cargo clippy
38-
- run: cargo test
37+
- run: cargo clippy --workspace --all-features --no-deps --all-targets -- --deny warnings
38+
- run: cargo test --all-features
3939
- run: ${SCCACHE_PATH} --show-stats
4040
shell: bash

0 commit comments

Comments
 (0)