Skip to content

Commit

Permalink
fix: prevent caching integration test which defeats the purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
zjrgov committed Dec 19, 2024
1 parent edd8bb4 commit 4667f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/cf-driver-go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test: vet
go test ./...

integration: vet
go test --tags=integration ./...
go test -count=1 --tags=integration ./...

build: vet
go build

0 comments on commit 4667f62

Please sign in to comment.