Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Nov 29, 2023
1 parent f2c0596 commit 43e165e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:

- name: Run tests
env:
DATABASE_URL: postgres://postgres:secret@localhost:5432/mydatabase
REDIS_URL: redis://127.0.0.1/
S3_ENDPOINT: http://localhost:9000
S3_ACCESS_KEY: minioadmin
S3_SECRET_KEY: minioadmin
S3_BUCKET_NAME: mybucket
ANTHROPIC_KEY: ${{ secrets.ANTHROPIC_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: RUST_TEST_THREADS=1 cargo test --features ci

0 comments on commit 43e165e

Please sign in to comment.