Browse Source

Merge pull request #1139

master
Valdis Vitolins 3 years ago
parent
commit
e896e01f28
No account linked to committer's email address
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