From c18ef73cbcc5b565e4751f8c66f90b32f7d2a352 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Tue, 3 Dec 2024 00:44:47 +0100 Subject: [PATCH] Fixed testing. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d839a69..0efe131 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -86,7 +86,7 @@ jobs: toolchain: stable override: true - name: Run tests - run: cargo test --features=all,integration_tests -- --test-threads 1 + run: cargo test --features=integration_tests -- --test-threads 1 env: TEST_REDIS_URL: redis://localhost:${{ job.services.redis.ports['6379'] }}/0 TEST_DB_URL: postgresql://rustus:rustus@localhost:${{ job.services.pg.ports['5432'] }}/rustus