Update makefile

This commit is contained in:
TerraNovaUser 2019-08-07 14:04:50 +03:00 committed by GitHub
parent a3ae8a5b48
commit 20b5541ef6
Failed to generate hash of commit

View file

@ -1,3 +1,2 @@
tests:
go test -race -timeout 30s -cover ./cmd ./check
GO111MODULE=on go test -v -short -race -timeout 30s -coverprofile=coverage.txt -covermode=atomic ./...