feat(tests): show output of integration tests

This commit is contained in:
perf3ct 2025-07-28 19:07:24 +00:00
parent 97bc7ce44a
commit 4e14ca5eb7
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ jobs:
echo "Running tests with DATABASE_URL: $DATABASE_URL" echo "Running tests with DATABASE_URL: $DATABASE_URL"
echo "Environment check:" echo "Environment check:"
env | grep -E "(DATABASE_URL|JWT_SECRET|API_URL)" | sort 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: env:
DATABASE_URL: ${{ env.DATABASE_URL }} DATABASE_URL: ${{ env.DATABASE_URL }}
TEST_DATABASE_URL: ${{ env.DATABASE_URL }} TEST_DATABASE_URL: ${{ env.DATABASE_URL }}