diff --git a/tests/integration/pascaldekloe.Dockerfile b/tests/integration/pascaldekloe.Dockerfile new file mode 100644 index 000000000..792d64aa5 --- /dev/null +++ b/tests/integration/pascaldekloe.Dockerfile @@ -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"]