Build & Test for wasm

This commit is contained in:
bitfl0wer 2023-11-19 23:04:25 +01:00
parent 5826ccd923
commit 5fdac6d48f
1 changed files with 2 additions and 0 deletions

View File

@ -44,4 +44,6 @@ jobs:
cargo build --verbose --all-features cargo build --verbose --all-features
cargo test --verbose --all-features cargo test --verbose --all-features
fi fi
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
GECKODRIVER=/usr/local/share/gecko_driver CHROMEDRIVER=/usr/local/share/chromedriver-linux64 cargo test --target wasm32-unknown-unknown --no-default-features --features="client, rt"