mirror of https://github.com/dirtbags/moth.git
Making containerfile test match what's used in Gitlab CI
This commit is contained in:
parent
9a8ec19908
commit
ac00872433
|
@ -13,7 +13,7 @@ RUN CGO_ENABLED=0 GOOS=linux go install -a -ldflags '-extldflags "-static"' ./..
|
|||
##########
|
||||
|
||||
FROM builder AS tester
|
||||
RUN go test ./...
|
||||
RUN go test -race ./...
|
||||
|
||||
##########
|
||||
|
||||
|
|
Loading…
Reference in New Issue