tests: Fix various issues (#1634)

* GateIO: Align struct for int64 usage

* CI/build: Skip specific tests when run under Docker

* slippage: Fix TestRandomSlippage intermittent issue
This commit is contained in:
Adrian Gallagher
2024-08-27 12:54:11 +10:00
committed by GitHub
parent f3dda7127d
commit 15e0eedc8b
5 changed files with 19 additions and 31 deletions

View File

@@ -144,7 +144,7 @@ jobs:
- name: Run Docker image
run: |
docker run --platform linux/arm64 --env SKIP_WRAPPER_CI_TESTS=true --env CI=true --rm gct-backend-arm64
docker run --platform linux/arm64 --env SKIP_WRAPPER_CI_TESTS=true --env CI=true --env GCT_DOCKER_CI=true --rm gct-backend-arm64
frontend:
name: GoCryptoTrader front-end