1
0
mirror of https://github.com/alexellis/arkade.git synced 2022-05-07 18:22:49 +03:00

Make e2e tests verbose for logs

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd)
2022-03-02 12:09:09 +00:00
committed by Alex Ellis
parent 585e88362c
commit f0e67fa825

View File

@@ -22,7 +22,7 @@ test:
.PHONY: e2e
e2e:
CGO_ENABLED=0 go test github.com/alexellis/arkade/pkg/get -cover --tags e2e
CGO_ENABLED=0 go test github.com/alexellis/arkade/pkg/get -cover --tags e2e -v
.PHONY: dist
dist: