We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0525b33 commit 4a2c116Copy full SHA for 4a2c116
1 file changed
.github/workflows/ci.yaml
@@ -104,10 +104,9 @@ jobs:
104
run: |
105
cargo install wasm-bindgen-test-runner
106
cargo install wasm-pack
107
+ cargo clean
108
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
-
109
- - name: test
110
- 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
+
111
112
113
- name: rustfmt
0 commit comments