This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
CI: avoid aborting the whole matrix on failure
master
Samuel Thibault
3 years ago
parent
c5696f5695
commit
473cd9951a
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
.github/workflows/ci.yml
+ 1
- 0
.github/workflows/ci.yml
View File
@@ -13,6 +13,7 @@ jobs:
name: Build with ${{ matrix.sanitizer }} sanitizer
strategy:
fail-fast: false
matrix:
sanitizer: [no, address, leak, memory, thread, undefined, valgrind]
Write
Preview
Loading…
Cancel
Save