From 2daa1d71d9d14fcd7e6c8372c218710ccca47da6 Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Sat, 16 May 2020 10:47:28 +0200 Subject: [PATCH] Move test files in tests folder --- go/tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/tests/Dockerfile b/go/tests/Dockerfile index 3a0d88ade..5fffa20ff 100644 --- a/go/tests/Dockerfile +++ b/go/tests/Dockerfile @@ -6,7 +6,7 @@ RUN go get golang.org/x/tools/cmd/goimports RUN go get github.com/01-edu/z01 WORKDIR src COPY entrypoint.sh /usr/local/bin -COPY tests . +COPY . . RUN go install rc RUN find -mindepth 2 -maxdepth 2 -name '*_correct' -type d|xargs go install RUN find -mindepth 2 -maxdepth 2 -name '*_correct' -type d|cut -d/ -f1-2|xargs go install