mirror of
https://github.com/readur/readur.git
synced 2026-05-03 12:59:52 -05:00
feat(tests): show output of integration tests
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user