Skip to content

Commit

Permalink
Restore export for JFROG_ACCESS_TOKEN for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhung committed Feb 13, 2024
1 parent 4518f00 commit 54aacdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ test:

acceptance:
export VAULT_ACC=true && \
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:
Expand Down

0 comments on commit 54aacdd

Please sign in to comment.