Skip to content

Commit f411bb6

Browse files
experiment: Remove --parallel test execution
1 parent 21df76c commit f411bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444

4545
compatibility-test: &HACK
4646
<<: *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}"
47+
command: /bin/bash -xcl "cat /proc/cpuinfo && cat /proc/meminfo && swift test --filter $${SWIFT_OPENAPI_COMPATIBILITY_TEST_FILTER}"
4848
environment: # These can be overridden when running locally.
4949
SWIFT_OPENAPI_COMPATIBILITY_TEST_ENABLE: "true"
5050
SWIFT_OPENAPI_COMPATIBILITY_TEST_SKIP_BUILD: "true"

0 commit comments

Comments
 (0)