Update Makefile

This commit is contained in:
Pieter Noordhuis 2024-12-12 15:25:59 +01:00 committed by GitHub
parent f410a75c1a
commit 835449b09a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,6 +37,6 @@ vendor:
@go mod vendor
integration:
gotestsum --format github-actions --rerun-fails --jsonfile output.json --packages "./internal/..." -- -run "TestAcc.*" -p 2 -parallel 8 -timeout=2h
gotestsum --format github-actions --rerun-fails --jsonfile output.json --packages "./internal/..." -- -run "TestAcc.*" -p 8 -parallel 8 -timeout=2h
.PHONY: fmt lint lintfix test testonly coverage build snapshot vendor integration