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 465c8b5 commit cfd3ab7Copy full SHA for cfd3ab7
.github/workflows/swift-sanitizer-address.yml
@@ -39,10 +39,12 @@ jobs:
39
run: swift package clean
40
41
- name: Run address sanitizer
42
- run: swift test --sanitize=address || echo "Failed sanitizer check -- ignoring"
+ continue-on-error: true
43
+ run: swift test --sanitize=address
44
45
- name: Clean before release build sanitizier
46
47
48
- name: Run address sanitizer on release build
- run: swift test --sanitize=address -c release -Xswiftc -enable-testing || echo "Failed sanitizer check -- ignoring"
49
50
+ run: swift test --sanitize=address -c release -Xswiftc -enable-testing
0 commit comments