workflow fix

This commit is contained in:
Rolf Martin Glomsrud 2023-03-04 00:08:49 +01:00
parent 3a05b90f09
commit c01a58ef14

View file

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