diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ test-unit: @go test -shuffle=on ./... test-integration: build-image - @IMAGE_TAG=$(IMAGE_TAG) go test -tags=integration ./test/integration/... + @IMAGE_TAG=$(IMAGE_TAG) go test -v -tags=integration ./test/integration/... test: clean test-unit test-integration |
