Skip to content

Commit

Permalink
fix: Github Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdubey521 committed Jun 25, 2024
1 parent 79340bf commit d0eb6e4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
name: Test Suite
on: [ pull_request, push ]
on: [ pull_request ]

jobs:
test:
name: cargo test
runs-on: ubuntu-latest
services:
mongodb:
image: mongo:6
image: mongo:latest
ports:
- 27017:27017
options: >-
--health-cmd="mongosh --eval 'db.adminCommand({ ping: 1 })'"
--health-interval=30s
--health-timeout=10s
--health-retries=10
redis:
image: redis:latest
ports:
- 6379:6379
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit d0eb6e4

Please sign in to comment.