Tests for the shipped data layer, New options and concurrent Fake
This commit is contained in:
+1
-1
@@ -15,4 +15,4 @@ COPY . .
|
||||
RUN go vet ./... && \
|
||||
{ unformatted="$(gofmt -l .)"; test -z "$unformatted" || \
|
||||
{ echo "unformatted files:"; echo "$unformatted"; exit 1; }; } && \
|
||||
go test ./...
|
||||
go test -race ./...
|
||||
|
||||
Reference in New Issue
Block a user