mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-15 17:51:06 +00:00
integration test docker image with Go client
This commit is contained in:
parent
94b8951f5e
commit
f9ec60ee5f
1 changed files with 8 additions and 0 deletions
8
tests/integration/pascaldekloe.Dockerfile
Normal file
8
tests/integration/pascaldekloe.Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM golang:1.20
|
||||
|
||||
RUN git clone https://github.com/pascaldekloe/redis.git
|
||||
WORKDIR redis
|
||||
|
||||
ENV TEST_REDIS_ADDR=localhost
|
||||
|
||||
CMD ["go", "test", "-v"]
|
Loading…
Reference in a new issue