Skip to content

Commit c393310

Browse files
committed
Run clippy with all features in CI
1 parent 4af952f commit c393310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
cache-on-failure: "true"
6262
- name: Run clippy
63-
run: cargo clippy --all --lib
63+
run: cargo clippy --all --lib --all-features -- -D clippy::all
6464

6565
build-wasm-nostd:
6666
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)