Browse Source

Merge pull request #1137

master
Valdis Vitolins 3 years ago
parent
commit
5008cc9c30
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      .github/workflows/ci.yml

+ 2
- 2
.github/workflows/ci.yml View File

@@ -37,9 +37,9 @@ jobs:
- name: configure
run: CXXFLAGS="-fsanitize=address -g -Og" CFLAGS="-fsanitize=address -g -Og" ./configure
- name: make
run: ASAN_OPTIONS="detect_leaks=0 new_delete_type_mismatch=0" make
run: ASAN_OPTIONS="detect_leaks=0" make
- name: make check
run: ASAN_OPTIONS="detect_leaks=0 new_delete_type_mismatch=0" make check
run: ASAN_OPTIONS="detect_leaks=0" make check

lsan:


Loading…
Cancel
Save