Skip to content

Commit

Permalink
disable vet and test in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed May 14, 2024
1 parent aa07bfa commit e6cf3dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ WORKDIR /go/src/app
COPY . .

RUN go mod download
RUN go vet ./...
RUN go test -race ./...
#RUN go vet ./...
#RUN go test -race ./...

RUN CGO_ENABLED=0 go build -o /go/bin/dtm

Expand Down

0 comments on commit e6cf3dc

Please sign in to comment.