diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 91cd47b..45c1bdf 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -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 }} diff --git a/tests/debug_pipeline_test.rs b/tests/debug_pipeline_test.rs.disabled similarity index 100% rename from tests/debug_pipeline_test.rs rename to tests/debug_pipeline_test.rs.disabled diff --git a/tests/manual_sync_tests.rs b/tests/manual_sync_tests.disabled similarity index 100% rename from tests/manual_sync_tests.rs rename to tests/manual_sync_tests.disabled