[#58] makefile: Disable test results caching
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com> Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
6bb44da93c
commit
e2ffcd1f9c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue