diff --git a/Makefile b/Makefile index 389c1f3202..5f6287dff5 100644 --- a/Makefile +++ b/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