File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -500,11 +500,11 @@ COVER_PKG ?= .
500
500
test-all : # # run all unit tests.
501
501
@$(eval COVER_FILTER=`go list --tags ignore_uncovered,ignore_autogenerated $(COVER_PKG ) /... | tr '\n' ','`)
502
502
@echo Test coverpkg: $(COVER_FILTER )
503
- go test -tags " unit" -coverpkg=$(COVER_FILTER ) -v -race -covermode atomic -failfast -coverprofile=coverage.out $(COVER_PKG ) /...
503
+ go test -buildvcs=false - tags " unit" -coverpkg=$(COVER_FILTER ) -v -race -covermode atomic -failfast -coverprofile=coverage.out $(COVER_PKG ) /...
504
504
505
505
506
506
test-integration : # # run all integration tests.
507
- go test -timeout 1h -coverpkg=./... -v -race -covermode atomic -coverprofile=coverage.out -tags=integration ./test/integration...
507
+ go test -buildvcs=false - timeout 1h -coverpkg=./... -v -race -covermode atomic -coverprofile=coverage.out -tags=integration ./test/integration...
508
508
509
509
test-cyclonus : # # run the cyclonus test for npm.
510
510
cd test/cyclonus && bash ./test-cyclonus.sh
You can’t perform that action at this time.
0 commit comments