Try using only one browser

This commit is contained in:
bitfl0wer 2023-11-20 12:29:20 +01:00
parent 5c48cdfb5e
commit 0f09cb8fb1
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
cargo binstall --no-confirm wasm-bindgen-cli --version "0.2.88" --force
GECKODRIVER=/usr/local/share/gecko_driver CHROMEDRIVER=/usr/local/share/chromedriver-linux64 cargo test --target wasm32-unknown-unknown --no-default-features --features="client, rt"
GECKODRIVER=/usr/local/share/gecko_driver cargo test --target wasm32-unknown-unknown --no-default-features --features="client, rt"
if [ -n "${{ secrets.COVERALLS_REPO_TOKEN }}" ]; then
cargo binstall --no-confirm cargo-tarpaulin --force
cargo tarpaulin --all-features --avoid-cfg-tarpaulin --tests --verbose --skip-clean --coveralls ${{ secrets.COVERALLS_REPO_TOKEN }} --timeout 120