Disable test cache

This commit is contained in:
Jan Eitzinger 2023-05-05 10:58:08 +02:00
parent 46de59b7b4
commit 53391dbf8e

View File

@ -48,6 +48,7 @@ distclean:
test: test:
$(info ===> TESTING) $(info ===> TESTING)
@go clean -testcache
@go build ./... @go build ./...
@go vet ./... @go vet ./...
@go test ./... @go test ./...