You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@GO111MODULE=on ${GOPATH}/bin/golangci-lint run --timeout=5m --config ./.golangci.yml
10
26
11
27
install: mcs
12
28
@echo "Installing mcs binary to '$(GOPATH)/bin/mcs'"
@@ -21,11 +37,11 @@ assets:
21
37
@(cd portal-ui; yarn install; make build-static;cd ..)
22
38
23
39
test:
24
-
@(go test -race -v github.com/minio/mcs/restapi/...)
25
-
@(go test -race -v github.com/minio/mcs/pkg/...)
40
+
@(GO111MODULE=on go test -race -v github.com/minio/mcs/restapi/...)
41
+
@(GO111MODULE=on go test -race -v github.com/minio/mcs/pkg/...)
26
42
27
43
coverage:
28
-
@(go test -v -coverprofile=coverage.out github.com/minio/mcs/restapi/... && go tool cover -html=coverage.out && open coverage.html)
44
+
@(GO111MODULE=on go test -v -coverprofile=coverage.out github.com/minio/mcs/restapi/... && go tool cover -html=coverage.out && open coverage.html)
0 commit comments