Skip to content

Commit

Permalink
Fixed testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Dec 2, 2024
1 parent 2d69be0 commit c18ef73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c18ef73

Please sign in to comment.