Skip to content

Commit 6dde0c1

Browse files
committed
add scripts
1 parent 6d94fee commit 6dde0c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
102102
# move this up temporarily to accelerate
103103
- name: test (logs)
104-
run: scripts/wasm-test-with-logs.sh
104+
run: scripts/wasm-test-with-logs.sh 2>&1
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

0 commit comments

Comments
 (0)