File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -34,21 +34,23 @@ jobs:
34
34
matrix :
35
35
tag :
36
36
- swift:5.1
37
- - swift:5.2
38
- - swift:5.3
39
- # container:
40
- # image: ${{ matrix.tag }}
37
+ # swift docker images don't have docker-compose installed
38
+ # - swift:5.2
39
+ # - swift:5.3
40
+ # container:
41
+ # image: ${{ matrix.tag }}
41
42
steps :
42
43
- name : Checkout
43
44
uses : actions/checkout@v2
44
45
- name : Mosquitto
45
46
run : |
46
47
docker-compose --version
47
- docker --version
48
+ swift --version
48
49
./scripts/mosquitto.sh start
49
50
- name : Test
50
51
run : |
51
52
swift test --enable-test-discovery --enable-code-coverage --sanitize=thread
53
+ # ubuntu latest docker image doesn't have llvm-cov installed
52
54
# - name: Convert coverage files
53
55
# run: |
54
56
# llvm-cov export -format="lcov" \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ services:
15
15
- mosquitto
16
16
environment :
17
17
- MOSQUITTO_SERVER=mosquitto
18
- command : /bin/bash -xcl "swift test --enable-test-discovery"
18
+ command : /bin/bash -xcl "swift test --enable-test-discovery --sanitize=thread "
19
19
20
20
mosquitto :
21
21
image : eclipse-mosquitto
You can’t perform that action at this time.
0 commit comments