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
Make msan warnings fatal
Otherwise they will go unnoticed.
master
Samuel Thibault
3 years ago
parent
bec71b6d12
commit
0f9a474ed4
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
.github/workflows/ci.yml
+ 1
- 1
.github/workflows/ci.yml
View File
@@ -73,7 +73,7 @@ jobs:
- name: make
run: make
- name: make check
run: make check
run:
MSAN_OPTIONS=exitcode=42
make check
tsan:
Write
Preview
Loading…
Cancel
Save