File tree Expand file tree Collapse file tree 4 files changed +41
-8
lines changed Expand file tree Collapse file tree 4 files changed +41
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ services:
11
11
12
12
test :
13
13
image : swift-metrics:20.04-5.5
14
- environment : []
14
+ environment :
15
+ - FORCE_TEST_DISCOVERY=--enable-test-discovery
15
16
# - SANITIZER_ARG=--sanitize=thread
16
17
17
18
shell :
Original file line number Diff line number Diff line change
1
+ version : " 3"
2
+
3
+ services :
4
+
5
+ runtime-setup :
6
+ image : swift-metrics:20.04-5.6
7
+ build :
8
+ args :
9
+ ubuntu_version : " focal"
10
+ swift_version : " 5.6"
11
+
12
+ test :
13
+ image : swift-metrics:20.04-5.6∂
14
+ environment :
15
+ - FORCE_TEST_DISCOVERY=--enable-test-discovery
16
+ # - SANITIZER_ARG=--sanitize=thread
17
+
18
+ shell :
19
+ image : swift-metrics:20.04-5.6
Original file line number Diff line number Diff line change
1
+ version : " 3"
2
+
3
+ services :
4
+
5
+ runtime-setup :
6
+ image : swift-metrics:20.04-5.7
7
+ build :
8
+ args :
9
+ ubuntu_version : " focal"
10
+ swift_version : " 5.7"
11
+
12
+ test :
13
+ image : swift-metrics:20.04-5.7
14
+ environment :
15
+ - FORCE_TEST_DISCOVERY=--enable-test-discovery
16
+ # - SANITIZER_ARG=--sanitize=thread
17
+
18
+ shell :
19
+ image : swift-metrics:20.04-5.7
Original file line number Diff line number Diff line change @@ -26,15 +26,9 @@ services:
26
26
<< : *common
27
27
command : /bin/bash -xcl "./scripts/soundness.sh"
28
28
29
- docs :
30
- << : *common
31
- environment :
32
- - CI
33
- command : /bin/bash -xcl "./scripts/generate_docs.sh"
34
-
35
29
test :
36
30
<< : *common
37
- command : /bin/bash -xcl "swift test -Xswiftc -warnings-as-errors $${SANITIZER_ARG-}"
31
+ command : /bin/bash -xcl "swift test -Xswiftc -warnings-as-errors $${FORCE_TEST_DISCOVERY-} $${ SANITIZER_ARG-}"
38
32
39
33
# util
40
34
You can’t perform that action at this time.
0 commit comments