disable windows integration tests for now

This commit is contained in:
Eric 2025-01-23 14:33:52 +11:00
parent 58cca7ce65
commit 7eac5fe06b
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View File

@ -37,7 +37,6 @@ jobs:
os {macos}, cpu {arm64}, builder {macos-14}, tests {tools}, nim_version {${{ env.nim_version }}}, shell {bash --noprofile --norc -e -o pipefail}
os {windows}, cpu {amd64}, builder {windows-latest}, tests {unittest}, nim_version {${{ env.nim_version }}}, shell {msys2}
os {windows}, cpu {amd64}, builder {windows-latest}, tests {contract}, nim_version {${{ env.nim_version }}}, shell {msys2}
os {windows}, cpu {amd64}, builder {windows-latest}, tests {integration}, nim_version {${{ env.nim_version }}}, shell {msys2}
os {windows}, cpu {amd64}, builder {windows-latest}, tests {tools}, nim_version {${{ env.nim_version }}}, shell {msys2}
build:

View File

@ -159,7 +159,6 @@ endif
# Builds and runs the integration tests
testIntegration: | build deps
echo TEST PARAMS: $(TEST_PARAMS)
echo -e $(BUILD_MSG) "build/$@" && \
$(ENV_SCRIPT) nim testIntegration $(TEST_PARAMS) $(NIM_PARAMS) --define:ws_resubscribe=240 build.nims