Skip to content

Commit

Permalink
do cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Nov 10, 2024
1 parent 2b7e4eb commit 7506400
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
run: make dev-format-check
- name: Install clippy
run: rustup component add clippy
- name: Update
run: cargo update
- name: Run clippy
run: cargo clippy -- -D warnings
- name: Check for Wasm
Expand Down

0 comments on commit 7506400

Please sign in to comment.