mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-11 23:50:05 +01:00
Actually run go test on packages
This commit is contained in:
parent
53ca56c221
commit
3e85357934
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -28,7 +28,7 @@ install: build
|
|||
|
||||
test:
|
||||
@echo ">> running all unit tests"
|
||||
@go test $(PKGS)
|
||||
go test -v $(PKGS)
|
||||
|
||||
test-integration:
|
||||
@echo ">> running all integration tests"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue