Skip to content

Commit bfd939b

Browse files
author
Hector Fernandez
committed
Makefile: remove -i from go test command fixed in golang/go#27285
1 parent 19c909a commit bfd939b

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ endif
8080

8181
test:
8282
@echo "Testing..."
83-
$Q go test -mod=vendor $(if $V,-v) -i $(allpackages) # install -race libs to speed up next run
83+
$Q go test -mod=vendor $(if $V,-v) $(allpackages) # install -race libs to speed up next run
8484
ifndef CI
8585
@echo "Testing Outside CI..."
8686
$Q GODEBUG=cgocheck=2 go test -mod=vendor $(allpackages)

vendor/github.com/sirupsen/logrus/terminal_check_js.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/sirupsen/logrus/terminal_check_windows.go

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)