We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ae3d9 commit 0525b33Copy full SHA for 0525b33
1 file changed
.github/workflows/ci.yaml
@@ -102,6 +102,7 @@ jobs:
102
# move this up temporarily to accelerate
103
- name: test (logs)
104
run: |
105
+ cargo install wasm-bindgen-test-runner
106
cargo install wasm-pack
107
CHROMEDRIVER=`which chromedriver` RUSTDOCFLAGS="-D warnings" CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_RUNNER='wasm-bindgen-test-runner' ./scripts/wasm-test-with-logs.sh --verbose -- rustup run nightly wasm-pack test --chrome --headless --lib -- --nocapture
108
0 commit comments