mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-25 14:12:13 +00:00
Attempt to debug geckodriver spurious failures on Windows
This commit is contained in:
parent
33494a25ad
commit
f1e391e3db
@ -40,6 +40,9 @@ jobs:
|
|||||||
- template: ci/azure-install-sccache.yml
|
- template: ci/azure-install-sccache.yml
|
||||||
- script: cargo test --target wasm32-unknown-unknown
|
- script: cargo test --target wasm32-unknown-unknown
|
||||||
displayName: "wasm-bindgen test suite"
|
displayName: "wasm-bindgen test suite"
|
||||||
|
env:
|
||||||
|
RUST_LOG: wasm_bindgen_test_runner
|
||||||
|
GECKODRIVER_ARGS: --log trace
|
||||||
- script: cargo test --target wasm32-unknown-unknown -p js-sys
|
- script: cargo test --target wasm32-unknown-unknown -p js-sys
|
||||||
displayName: "js-sys test suite"
|
displayName: "js-sys test suite"
|
||||||
- script: cargo test --target wasm32-unknown-unknown -p webidl-tests
|
- script: cargo test --target wasm32-unknown-unknown -p webidl-tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user