Skip to content

Commit

Permalink
add dragonfly redis test
Browse files Browse the repository at this point in the history
  • Loading branch information
teckick committed Mar 31, 2023
1 parent db36bfd commit 215b25b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/service_test_redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,25 @@ jobs:
OPENDAL_REDIS_ENDPOINT: tcp://127.0.0.1:6379
OPENDAL_REDIS_ROOT: /
OPENDAL_REDIS_DB: 0
dragonfly:
runs-on: ubuntu-latest
services:
redis:
image: docker.dragonflydb.io/dragonflydb/dragonfly
ports:
- 6379:6379
steps:
- uses: actions/checkout@v3
- name: Setup Rust toolchain
uses: ./.github/actions/setup
- name: Test
shell: bash
working-directory: core
run: cargo test redis --features services-redis -- --show-output
env:
RUST_BACKTRACE: full
RUST_LOG: debug
OPENDAL_REDIS_TEST: on
OPENDAL_REDIS_ENDPOINT: tcp://127.0.0.1:6379
OPENDAL_REDIS_ROOT: /
OPENDAL_REDIS_DB: 0

0 comments on commit 215b25b

Please sign in to comment.