We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21df76c commit f411bb6Copy full SHA for f411bb6
docker/docker-compose.yaml
@@ -44,7 +44,7 @@ services:
44
45
compatibility-test: &HACK
46
<<: *common
47
- command: /bin/bash -xcl "cat /proc/cpuinfo && cat /proc/meminfo && swift test --parallel --num-workers $$(($$(nproc)-1)) --filter $${SWIFT_OPENAPI_COMPATIBILITY_TEST_FILTER}"
+ command: /bin/bash -xcl "cat /proc/cpuinfo && cat /proc/meminfo && swift test --filter $${SWIFT_OPENAPI_COMPATIBILITY_TEST_FILTER}"
48
environment: # These can be overridden when running locally.
49
SWIFT_OPENAPI_COMPATIBILITY_TEST_ENABLE: "true"
50
SWIFT_OPENAPI_COMPATIBILITY_TEST_SKIP_BUILD: "true"
0 commit comments