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 5e3e58d commit f90cda4Copy full SHA for f90cda4
docker/docker-compose.2004.main.yaml
@@ -10,7 +10,8 @@ services:
10
11
test:
12
image: async-http-client:20.04-main
13
- environment: []
+ environment:
14
+ - IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
15
#- SANITIZER_ARG=--sanitize=thread
16
17
shell:
docker/docker-compose.yaml
@@ -28,7 +28,7 @@ services:
28
29
30
<<: *common
31
- command: /bin/bash -xcl "swift test --parallel -Xswiftc -warnings-as-errors --enable-test-discovery $${SANITIZER_ARG-}"
+ command: /bin/bash -xcl "swift test --parallel -Xswiftc -warnings-as-errors --enable-test-discovery $${SANITIZER_ARG-} $${IMPORT_CHECK_ARG-}"
32
33
# util
34
0 commit comments