We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d94fee commit 6dde0c1Copy full SHA for 6dde0c1
1 file changed
.github/workflows/ci.yaml
@@ -101,7 +101,7 @@ jobs:
101
102
# move this up temporarily to accelerate
103
- name: test (logs)
104
- run: scripts/wasm-test-with-logs.sh
+ run: scripts/wasm-test-with-logs.sh 2>&1
105
106
- name: test
107
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
0 commit comments