Skip to content

Commit 16f86a5

Browse files
committed
CI: run cargo test with --nocapture so i can see the assertion that failed
1 parent 11ca716 commit 16f86a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
uses: actions-rs/cargo@v1
4343
with:
4444
command: test
45-
args: -p wstd --target wasm32-wasip2
45+
args: -p wstd --target wasm32-wasip2 -- --nocapture
4646

4747
- name: example tests
4848
uses: actions-rs/cargo@v1
4949
with:
5050
command: test
51-
args: -p test-programs-artifacts
51+
args: -p test-programs-artifacts -- --nocapture
5252

5353

5454
check_fmt_and_docs:

0 commit comments

Comments
 (0)