Parallelize PR check stages (#824)

Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
Daniel Valdivia
2021-06-18 11:23:39 -07:00
committed by GitHub
parent 6166223995
commit b14d67eead
6 changed files with 139 additions and 4 deletions

View File

@@ -54,6 +54,8 @@ assets:
test:
@(GO111MODULE=on go test -race -v github.com/minio/console/restapi/...)
test-pkg:
@(GO111MODULE=on go test -race -v github.com/minio/console/pkg/...)
coverage: