Skip to content

Commit

Permalink
Merge pull request #49 from Venafi/add-junit
Browse files Browse the repository at this point in the history
Add junit
  • Loading branch information
arykalin authored Apr 27, 2020
2 parents 339c7a9 + ec56a5a commit 5f1dc18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ VAULT_CLIENT_TIMEOUT = 180s

test: linter
VAULT_ACC=1 \
go test $(TEST) $(TESTARGS) -v -timeout=$(TEST_TIMEOUT) -parallel=20
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*$
Expand Down

0 comments on commit 5f1dc18

Please sign in to comment.