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:
Leander Beernaert
2023-06-29 12:24:23 +02:00
parent 650158ea8a
commit 4352154b84
2 changed files with 71 additions and 37 deletions

View File

@ -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