mirror of https://github.com/databricks/cli.git
Increase integration test parallelism
This commit is contained in:
parent
227a13556b
commit
f410a75c1a
2
Makefile
2
Makefile
|
@ -37,6 +37,6 @@ vendor:
|
|||
@go mod vendor
|
||||
|
||||
integration:
|
||||
gotestsum --format github-actions --rerun-fails --jsonfile output.json --packages "./internal/..." -- -run "TestAcc.*" -parallel 4 -timeout=2h
|
||||
gotestsum --format github-actions --rerun-fails --jsonfile output.json --packages "./internal/..." -- -run "TestAcc.*" -p 2 -parallel 8 -timeout=2h
|
||||
|
||||
.PHONY: fmt lint lintfix test testonly coverage build snapshot vendor integration
|
||||
|
|
Loading…
Reference in New Issue