Skip to content

Commit

Permalink
Run go clean -testcache as part of make test
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
  • Loading branch information
stefanberger committed Oct 26, 2023
1 parent 5574f24 commit 526c1bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ vendor:
go mod tidy

test:
go clean -testcache
go test ./... -test.v

generate-protobuf:
Expand Down

0 comments on commit 526c1bd

Please sign in to comment.