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 6c27af2 commit e0b34c4Copy full SHA for e0b34c4
docker/docker-compose.1604.51.yaml
@@ -11,6 +11,8 @@ services:
11
12
test:
13
image: swift-aws-lambda:16.04-5.1
14
+ environment:
15
+ - SANITIZER_ARG=--sanitize=thread
16
17
shell:
18
docker/docker-compose.yaml
@@ -28,7 +28,7 @@ services:
28
29
30
<<: *common
31
- command: /bin/bash -cl "swift test -Xswiftc -warnings-as-errors"
+ command: /bin/bash -cl "swift test -Xswiftc -warnings-as-errors $${SANITIZER_ARG-}"
32
33
# util
34
0 commit comments