forked from TrueCloudLab/frostfs-node
[#1038] Makefile: Allow to override testflags
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
e3579922d8
commit
179b6e64fa
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -168,9 +168,10 @@ fumpt:
|
|||
@gofumpt -l -w cmd/ pkg/ misc/
|
||||
|
||||
# Run Unit Test with go test
|
||||
test: GOFLAGS ?= "-count=1"
|
||||
test:
|
||||
@echo "⇒ Running go test"
|
||||
@go test ./... -count=1
|
||||
@GOFLAGS="$(GOFLAGS)" go test ./...
|
||||
|
||||
# Run pre-commit
|
||||
pre-commit-run:
|
||||
|
|
Loading…
Reference in a new issue