Skip to content

Commit 845a4a8

Browse files
committed
WIP test nocapture
1 parent dc302c0 commit 845a4a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959
run: cargo check --release --features uniffi --verbose --color always
6060
- name: Test on Rust ${{ matrix.toolchain }}
6161
if: "matrix.platform != 'windows-latest'"
62-
run: cargo test
62+
run: cargo test -- --nocapture
6363
- name: Test with UniFFI support on Rust ${{ matrix.toolchain }}
6464
if: "matrix.platform != 'windows-latest' && matrix.build-uniffi"
65-
run: cargo test --features uniffi
65+
run: cargo test --features uniffi -- --nocapture
6666
- name: Check formatting on Rust ${{ matrix.toolchain }}
6767
if: matrix.check-fmt
6868
run: rustup component add rustfmt && cargo fmt --all -- --check

0 commit comments

Comments
 (0)