From 8fe3b98fbb2f633fd6548da29b055a36ec4ec35d Mon Sep 17 00:00:00 2001 From: Venus Xeon-Blonde Date: Tue, 30 Jul 2024 17:17:43 -0400 Subject: [PATCH] Use `--nocapture` in cargo test --- .github/workflows/cargo-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cargo-test.yml b/.github/workflows/cargo-test.yml index a80ec19..03d0b69 100644 --- a/.github/workflows/cargo-test.yml +++ b/.github/workflows/cargo-test.yml @@ -27,4 +27,4 @@ jobs: toolchain: stable - name: Run cargo test - run: cargo test + run: cargo test -- --nocapture