From 4e14ca5eb717540e1c08724d63db1e14f5f87b45 Mon Sep 17 00:00:00 2001 From: perf3ct Date: Mon, 28 Jul 2025 19:07:24 +0000 Subject: [PATCH] feat(tests): show output of integration tests --- .github/workflows/test-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 61f9395..8c1ef44 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -142,7 +142,7 @@ jobs: echo "Running tests with DATABASE_URL: $DATABASE_URL" echo "Environment check:" env | grep -E "(DATABASE_URL|JWT_SECRET|API_URL)" | sort - cargo test --test '*' --features test-utils --no-fail-fast -- --test-threads=1 + cargo test --test '*' --features test-utils --no-fail-fast -- --test-threads=1 --nocapture env: DATABASE_URL: ${{ env.DATABASE_URL }} TEST_DATABASE_URL: ${{ env.DATABASE_URL }}