fix(ci): just disable these tests for now
This commit is contained in:
parent
8df604f434
commit
7f57078b2b
|
|
@ -127,8 +127,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 '*' -- --skip manual_sync_tests --skip debug_pipeline_test
|
||||
#cargo test --test '*' -- --test-threads=1
|
||||
cargo test --test '*' -- --test-threads=1
|
||||
env:
|
||||
DATABASE_URL: ${{ env.DATABASE_URL }}
|
||||
TEST_DATABASE_URL: ${{ env.DATABASE_URL }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue