diff --git a/Makefile b/Makefile index bcef751d..2f9c662f 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,8 @@ VAULT_CLIENT_TIMEOUT = 180s test: linter VAULT_ACC=1 \ - go test $(TEST) $(TESTARGS) -v -timeout=$(TEST_TIMEOUT) -parallel=20 -json | tee tests.json + go get gotest.tools/gotestsum + gotestsum --junitfile junit.xml policy_test: go test github.com/Venafi/vault-pki-monitor-venafi/plugin/pki -run ^TestBackend_VenafiPolicy*$