[#58] makefile: Disable test results caching

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
Dmitrii Stepanov 2023-10-06 15:06:36 +03:00
parent f50872f1bc
commit 498877e378

View file

@ -56,7 +56,7 @@ protoc:
# Run Unit Test with go test
test:
@echo "⇒ Running go test"
@GO111MODULE=on go test ./...
@GO111MODULE=on go test ./... -count=1
# Run linters
lint: