Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JekaMas committed May 11, 2022
1 parent 2bac6ce commit ca19e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca19e01

Please sign in to comment.