File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101
102102 # move this up temporarily to accelerate
103103 - name : test (logs)
104- run : CHROMEDRIVER=`which chromedriver` RUSTDOCFLAGS="-D warnings" CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_RUNNER='wasm-bindgen-test-runner' ./scripts/wasm-test-with-logs.sh --verbose -- cargo + nightly test --target=wasm32-unknown-unknown --lib -- --nocapture
104+ run : 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
105105
106106 - name : test
107107 run : cd ${{ matrix.cwd }} && ${{ matrix.additional_test_prefix}} RUSTDOCFLAGS="-D warnings" CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_RUNNER='wasm-bindgen-test-runner' cargo ${{ matrix.channel }} test ${{ steps.args.outputs.features }} ${{ steps.args.outputs.target }} --lib -- --nocapture
You can’t perform that action at this time.
0 commit comments