This commit is contained in:
Evgeny Danienko 2022-05-11 17:11:59 +03:00
parent 2bac6ce45f
commit ca19e0182d

View file

@ -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