Skip to content

Commit

Permalink
integration test docker image with Go client
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaldekloe authored and romange committed Mar 17, 2023
1 parent 94b8951 commit f9ec60e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/integration/pascaldekloe.Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit f9ec60e

Please sign in to comment.