Skip to content

Commit ae0cb8a

Browse files
author
Rohit Patil
committed
update makefile with parameter p 1 for serial execution of cases
1 parent 27e5e10 commit ae0cb8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ test-e2e: GO_TEST_PACKAGES :=./test/e2e/...
4545
test-e2e: GO_TEST_FLAGS += -v
4646
test-e2e: GO_TEST_FLAGS += -timeout 1h
4747
test-e2e: GO_TEST_FLAGS += -count 1
48+
test-e2e: GO_TEST_FLAGS += -p 1
4849
test-e2e: test-unit
4950
.PHONY: test-e2e
5051

0 commit comments

Comments
 (0)