Skip to content

Commit

Permalink
Fix test run
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfield committed Jul 13, 2018
1 parent cb449dd commit f350cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ADD . .
ENV CGO_ENABLED=0
RUN apk --no-cache add git ca-certificates && \
go get -t . && \
go test && \
go test ./... && \
go build -o /uptimerobot

FROM scratch
Expand Down

0 comments on commit f350cac

Please sign in to comment.