Skip to content

Commit

Permalink
add a makefile target for parallel bats (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
kschoche committed Dec 2, 2021
1 parent 68c89ac commit 5ba979b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ copy-crds-to-chart:
# Deletes AWS resources left behind after failed acceptance tests.
ci.aws-acceptance-test-cleanup:
@cd hack/aws-acceptance-test-cleanup; go run ./... -auto-approve

# Run bats tests in parallel from the root of the repository.
bats-tests:
bats --jobs 4 charts/consul/test/unit

0 comments on commit 5ba979b

Please sign in to comment.