mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 12:46:46 +00:00
ci: limit GOMAXPROCS to half the number of vCPUs
This commit is contained in:
@ -44,7 +44,7 @@ lint:
|
||||
only:
|
||||
- branches
|
||||
script:
|
||||
- make lint
|
||||
- env GOMAXPROCS=$(( ${CI_TAG_CPU} / 2 )) make lint
|
||||
tags:
|
||||
- medium
|
||||
|
||||
|
||||
Reference in New Issue
Block a user