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 5f4017d commit fc6ff07Copy full SHA for fc6ff07
.github/workflows/swift.yml
@@ -23,3 +23,24 @@ jobs:
23
steps:
24
- uses: actions/checkout@v1
25
- run: ASAN_OPTIONS=detect_leaks=0 swift test --sanitize=address
26
+ focal-5-10:
27
+ container:
28
+ image: swift:5.10-focal
29
+ runs-on: ubuntu-latest
30
+ steps:
31
+ - uses: actions/checkout@v1
32
+ - run: swift test
33
+ thread-5-10:
34
35
36
37
38
39
+ - run: swift test --sanitize=thread
40
+ address-5-10:
41
42
43
44
45
46
+ - run: ASAN_OPTIONS=detect_leaks=0 swift test --sanitize=address
0 commit comments