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 76a7587 commit d994e50Copy full SHA for d994e50
docker/docker-compose.2004.main.yaml
@@ -14,6 +14,8 @@ services:
14
15
test:
16
image: swift-http-structured-headers:20.04-main
17
+ environment:
18
+ - IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
19
20
shell:
21
docker/docker-compose.yaml
@@ -32,7 +32,7 @@ services:
32
33
34
<<: *common
35
- command: /bin/bash -xcl "swift test --enable-test-discovery -Xswiftc -warnings-as-errors $${SANITIZER_ARG-}"
+ command: /bin/bash -xcl "swift test --enable-test-discovery -Xswiftc -warnings-as-errors $${SANITIZER_ARG-} $${IMPORT_CHECK_ARG-}"
36
37
38
# util
0 commit comments