build: setup rust before start
Some checks failed
Build and Deploy / build (push) Failing after 1m23s
Some checks failed
Build and Deploy / build (push) Failing after 1m23s
This commit is contained in:
parent
c3be4631e5
commit
e4ea9a83f9
@ -10,6 +10,9 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- name: Test
|
||||
run: cargo test --verbose --all
|
||||
- name: Setup wasm-pack
|
||||
|
Loading…
Reference in New Issue
Block a user