mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-01 00:31:21 +00:00
fix for windows tests (#747)
This commit is contained in:
parent
f776665b21
commit
1e24a738bf
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ GOBIN = $(CURDIR)/$(GOBINREL)
|
||||
BUILD_TAGS = nosqlite,noboltdb,disable_libutp
|
||||
GOBUILD = env GO111MODULE=on go build -trimpath -tags $(BUILD_TAGS)
|
||||
GOTEST = go test -trimpath -tags $(BUILD_TAGS)
|
||||
GOTEST_NOFUZZ = go test -trimpath -tags $(BUILD_TAGS),nofuzz
|
||||
GOTEST_NOFUZZ = go test -trimpath --tags=$(BUILD_TAGS),nofuzz
|
||||
OS = $(shell uname -s)
|
||||
ARCH = $(shell uname -m)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user