Skip to content

Commit

Permalink
chore: not parallel bats tests (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
davdhacs authored Sep 11, 2024
1 parent 1c19f6c commit abf6a8d
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 @@ -180,7 +180,7 @@ unit-test: proto-generated-srcs
.PHONY: bats-e2e-tests
bats-e2e-tests:
@kubectl apply -f "workflows/*.yaml"
@bats --jobs 5 --no-parallelize-within-files --recursive .
@bats --recursive .

.PHONY: go-e2e-tests
go-e2e-tests: proto-generated-srcs
Expand Down

0 comments on commit abf6a8d

Please sign in to comment.