We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eaecbb commit 3b18e76Copy full SHA for 3b18e76
docker/docker-compose.yaml
@@ -28,7 +28,7 @@ services:
28
29
test:
30
<<: *common
31
- command: /bin/bash -xcl "swift test -Xswiftc -warnings-as-errors $${SANITIZER_ARG-}"
+ command: /bin/bash -xcl "swift test --parallel -Xswiftc -warnings-as-errors $${SANITIZER_ARG-}"
32
33
# util
34
0 commit comments