Skip to content

Commit

Permalink
build: run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
apetruhin committed Jul 29, 2022
1 parent e9c726c commit 0115d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ COPY go.sum /tmp/src/
WORKDIR /tmp/src/
RUN go mod download
COPY . /tmp/src/
RUN go test ./...
ARG VERSION=unknown
RUN go install -mod=readonly -ldflags "-X main.version=$VERSION" /tmp/src

Expand Down

0 comments on commit 0115d8d

Please sign in to comment.