build: setup rust before start
Some checks failed
Build and Deploy / build (push) Failing after 1m23s

This commit is contained in:
鲁树人 2025-02-23 17:37:49 +00:00
parent c3be4631e5
commit e4ea9a83f9

View File

@ -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