Browse Source

Make msan warnings fatal

Otherwise they will go unnoticed.
master
Samuel Thibault 3 years ago
parent
commit
0f9a474ed4
1 changed files with 1 additions and 1 deletions
  1. 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:


Loading…
Cancel
Save