Skip to content

Commit

Permalink
use minio run by github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Apr 21, 2024
1 parent e277f59 commit 2bb9aa4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
name: Test
runs-on: ubuntu-latest
services:
minio:
image: minio/minio
ports:
- 9001:9001
options: "server /data"
postgres:
image: postgres
ports:
Expand Down Expand Up @@ -71,4 +76,5 @@ jobs:
- run: nix develop --impure --command bash -c "unset LD_LIBRARY_PATH && cargo nextest run --all-features"
env:
DATABASE_URL: "postgres://postgres:postgres@localhost/test_db"
MINIO_URL: "http://127.0.0.1:9001"
REDIS_URL: "redis://localhost"

0 comments on commit 2bb9aa4

Please sign in to comment.