Skip to content

Commit

Permalink
feat: add allTests target
Browse files Browse the repository at this point in the history
  • Loading branch information
TJM committed May 4, 2023
1 parent 4ffd1cb commit 57a73f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

.DS_Store
dist/
coverage.txt
/coverage.*
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ acceptance:
export JFROG_ACCESS_TOKEN=$(JFROG_ACCESS_TOKEN) && \
go test -run TestAcceptance -cover -coverprofile=coverage.txt -v -p 1 -timeout 5m ./...

alltests:
export VAULT_ACC=true && \
export JFROG_ACCESS_TOKEN=$(JFROG_ACCESS_TOKEN) && \
go test -cover -coverprofile=coverage.out -v -p 1 -timeout 5m ./...

clean:
rm -f $(PLUGIN_DIR)/$(PLUGIN_FILE)

Expand Down

0 comments on commit 57a73f6

Please sign in to comment.