Skip to content

Commit

Permalink
Disable go test
Browse files Browse the repository at this point in the history
  • Loading branch information
tlbdk committed Nov 14, 2019
1 parent d398afb commit 760702d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ WORKDIR /app

RUN go version

RUN go test ./...
# Needs access to a google token
#RUN go test ./...

ENV GO111MODULE=on

Expand Down

0 comments on commit 760702d

Please sign in to comment.