Skip to content

Commit 0525b33

Browse files
committed
Try updating the test runner too, what the heck
1 parent 30ae3d9 commit 0525b33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
# move this up temporarily to accelerate
103103
- name: test (logs)
104104
run: |
105+
cargo install wasm-bindgen-test-runner
105106
cargo install wasm-pack
106107
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
107108

0 commit comments

Comments
 (0)