mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-11 23:50:05 +01:00
remove -i flag of go test that disables tests
from go help test:
-i
Install packages that are dependencies of the test.
Do not run the test.
This patch simply removes the -i.
This commit is contained in:
parent
080f157c7f
commit
35ea3ae13f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -28,7 +28,7 @@ install: build
|
|||
|
||||
test:
|
||||
@echo ">> running all tests"
|
||||
@go test -i $(PKGS)
|
||||
@go test $(PKGS)
|
||||
|
||||
generate: embedmd
|
||||
@echo ">> generating docs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue