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

- name: make - name: make
run: make run: make
- name: make check - name: make check
run: make check
run: MSAN_OPTIONS=exitcode=42 make check


tsan: tsan:



Loading…
Cancel
Save