mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2026-02-02 09:25:08 +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:
|
test:
|
||||||
@echo ">> running all unit tests"
|
@echo ">> running all unit tests"
|
||||||
@go test $(PKGS)
|
go test -v $(PKGS)
|
||||||
|
|
||||||
test-integration:
|
test-integration:
|
||||||
@echo ">> running all integration tests"
|
@echo ">> running all integration tests"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue