Skip to content
Snippets Groups Projects
Unverified Commit a33b8993 authored by Xiliang Chen's avatar Xiliang Chen Committed by GitHub
Browse files

add cargo update (#94)

parent da52da76
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,8 @@ jobs: ...@@ -35,6 +35,8 @@ jobs:
run: rustup target add wasm32-unknown-unknown run: rustup target add wasm32-unknown-unknown
- name: Check format - name: Check format
run: make dev-format-check run: make dev-format-check
- name: Update
run: cargo update
- name: Check for Wasm - name: Check for Wasm
run: make dev-check run: make dev-check
- name: Run tests - name: Run tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment