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:
$(info ===> TESTING)
@go clean -testcache
@go build ./...
@go vet ./...
@go test ./...