forked from Silverfish/proton-bridge
test: Force sync limits to minimum with env variable
Set `BRIDGE_SYNC_FORCE_MINIMUM_SPEC` as environment variable to force all the sync limits to minimum spec. This is enabled for windows builds.
This commit is contained in:
@ -50,6 +50,7 @@ stages:
|
||||
# ENV
|
||||
.env-windows:
|
||||
before_script:
|
||||
- export BRIDGE_SYNC_FORCE_MINIMUM_SPEC=1
|
||||
- export GOROOT=/c/Go1.20/
|
||||
- export PATH=$GOROOT/bin:$PATH
|
||||
- export GOARCH=amd64
|
||||
|
||||
Reference in New Issue
Block a user