From 36a703c477dac364ae79d03eb29e1ae6cbf7cd62 Mon Sep 17 00:00:00 2001 From: Jon-Becker Date: Wed, 13 Dec 2023 18:10:16 -0600 Subject: [PATCH] chore(ci): add `--nocapture` flag to heavy integration tests --- .github/workflows/heavy-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/heavy-integration.yml b/.github/workflows/heavy-integration.yml index 9d28a153..3bc06d13 100644 --- a/.github/workflows/heavy-integration.yml +++ b/.github/workflows/heavy-integration.yml @@ -25,7 +25,7 @@ jobs: - uses: taiki-e/install-action@nextest - name: Run Tests run: | - cargo nextest r --no-fail-fast --release -- --ignored + cargo nextest r --no-fail-fast --release --nocapture -- --ignored # If any of the jobs fail, this will create a high-priority issue to signal so. issue: