jlelse
/
kis3
Archived
1
Fork 0

Run tests during Docker build

This commit is contained in:
Jan-Lukas Else 2019-04-06 08:10:53 +02:00
parent e6ad0a8a87
commit d6a74b4f31
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ COPY --from=packr /go/bin/packr2 /go/bin
ADD . /app
WORKDIR /app
RUN GO111MODULE=on packr2
RUN go test
RUN go build kis3.dev/kis3
FROM alpine:3.9