Skip to content

Commit cfd3ab7

Browse files
authored
Update swift-sanitizer-address.yml
1 parent 465c8b5 commit cfd3ab7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/swift-sanitizer-address.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ jobs:
3939
run: swift package clean
4040

4141
- name: Run address sanitizer
42-
run: swift test --sanitize=address || echo "Failed sanitizer check -- ignoring"
42+
continue-on-error: true
43+
run: swift test --sanitize=address
4344

4445
- name: Clean before release build sanitizier
4546
run: swift package clean
4647

4748
- name: Run address sanitizer on release build
48-
run: swift test --sanitize=address -c release -Xswiftc -enable-testing || echo "Failed sanitizer check -- ignoring"
49+
continue-on-error: true
50+
run: swift test --sanitize=address -c release -Xswiftc -enable-testing

0 commit comments

Comments
 (0)