We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7e4eb commit 7506400Copy full SHA for 7506400
.github/workflows/test.yml
@@ -33,6 +33,8 @@ jobs:
33
run: make dev-format-check
34
- name: Install clippy
35
run: rustup component add clippy
36
+ - name: Update
37
+ run: cargo update
38
- name: Run clippy
39
run: cargo clippy -- -D warnings
40
- name: Check for Wasm
0 commit comments