Skip to content

Commit

Permalink
change junit integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tron committed Apr 27, 2020
1 parent 776a504 commit ec56a5a
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 -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*$
Expand Down

0 comments on commit ec56a5a

Please sign in to comment.