mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
fix
This commit is contained in:
parent
2bac6ce45f
commit
ca19e0182d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -63,7 +63,7 @@ test-race:
|
|||
$(GOTEST) --timeout 15m -race -shuffle=on $(TESTALL)
|
||||
|
||||
test-integration:
|
||||
$(GOTEST) --timeout 30m -tags integration -count=1 $(TESTE2E)
|
||||
$(GOTEST) --timeout 30m -tags integration $(TESTE2E)
|
||||
|
||||
escape:
|
||||
cd $(path) && go test -gcflags "-m -m" -run none -bench=BenchmarkJumpdest* -benchmem -memprofile mem.out
|
||||
|
|
|
|||
Loading…
Reference in a new issue