workflow fix
This commit is contained in:
parent
3a05b90f09
commit
c01a58ef14
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -15,11 +15,11 @@ jobs:
|
|||
toolchain: stable
|
||||
override: true
|
||||
components: rustfmt, clippy
|
||||
- name : Run Tests
|
||||
run: cargo test --all
|
||||
- name: Add wasm with rustup
|
||||
run: |
|
||||
rustup target add wasm32-unknown-unknown
|
||||
- name : Run Tests
|
||||
run: cargo test --all --release
|
||||
- name: build-wasm-file
|
||||
run: |
|
||||
cargo build --target wasm32-unknown-unknown --release
|
||||
|
|
Loading…
Reference in a new issue