Skip to content

Commit

Permalink
ci: Speed up tests on Windows build (#12069)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Tang <[email protected]>
Signed-off-by: Yuan (Terry) Tang <[email protected]>
  • Loading branch information
terrytangyuan authored Oct 24, 2023
1 parent 5896f75 commit 9137303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
go-version: "1.21"
cache: true
# windows run does not use makefile target because it does a lot more than just testing and is not cross-platform compatible
- run: go test -p 1 -covermode=atomic -coverprofile='coverage.out' $(go list ./... | select-string -Pattern 'github.com/argoproj/argo-workflows/v3/workflow/controller' , 'github.com/argoproj/argo-workflows/v3/server' -NotMatch)
- run: go test -p 20 -covermode=atomic -coverprofile='coverage.out' $(go list ./... | select-string -Pattern 'github.com/argoproj/argo-workflows/v3/workflow/controller' , 'github.com/argoproj/argo-workflows/v3/server' -NotMatch)
env:
KUBECONFIG: /dev/null

Expand Down

0 comments on commit 9137303

Please sign in to comment.