Skip to content

Commit

Permalink
Set GOMAXPROCS in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cluttrdev committed Dec 5, 2023
1 parent 607c81f commit aa3f9b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ default:
variables:
GOPATH: ${CI_PROJECT_DIR}/.go
GOCACHE: ${CI_PROJECT_DIR}/.cache/go-build
GOMAXPROCS: "8"

download:
stage: .pre
Expand Down

0 comments on commit aa3f9b3

Please sign in to comment.