clear test cache before running test suite

This commit is contained in:
Andrea Caforio
2024-06-04 16:19:45 +02:00
parent 96b11fc917
commit 1936a9bbd9

View File

@@ -2,6 +2,7 @@
.PHONY: test_gotest
test_gotest:
go clean -testcache
go test -timeout=0 ./...
.PHONY: static_check