Skip to content

Commit

Permalink
Makefile: remove -i from go test command fixed in golang/go#27285
Browse files Browse the repository at this point in the history
  • Loading branch information
Hector Fernandez committed May 9, 2019
1 parent cde00fd commit e45ce6e
Show file tree
Hide file tree
Showing 12 changed files with 283 additions and 713 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ endif

test:
@echo "Testing..."
$Q go test -mod=vendor $(if $V,-v) -i $(allpackages) # install -race libs to speed up next run
$Q go test -mod=vendor $(if $V,-v) $(allpackages) # install -race libs to speed up next run
ifndef CI
@echo "Testing Outside CI..."
$Q GODEBUG=cgocheck=2 go test -mod=vendor $(allpackages)
Expand Down
18 changes: 3 additions & 15 deletions vendor/github.com/sirupsen/logrus/alt_exit.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e45ce6e

Please sign in to comment.