File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ services:
10
10
11
11
test :
12
12
image : swift-crypto:20.04-main
13
- environment : []
13
+ environment :
14
+ - IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
14
15
# - SANITIZER_ARG=--sanitize=thread
15
16
16
17
cmake :
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ services:
29
29
test :
30
30
<< : *common
31
31
# FIXME: get rid of existing warnings
32
- # command: /bin/bash -xcl "swift test --enable-test-discovery -Xswiftc -warnings-as-errors $${SANITIZER_ARG-}"
33
- command : /bin/bash -xcl "swift test --enable-test-discovery"
32
+ # command: /bin/bash -xcl "swift test --enable-test-discovery -Xswiftc -warnings-as-errors $${SANITIZER_ARG-} $${IMPORT_CHECK_ARG-} "
33
+ command : /bin/bash -xcl "swift test --enable-test-discovery $${IMPORT_CHECK_ARG-} "
34
34
35
35
cmake :
36
36
<< : *common
You can’t perform that action at this time.
0 commit comments