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

- name: configure - name: configure
run: CXXFLAGS="-fsanitize=address -g -Og" CFLAGS="-fsanitize=address -g -Og" ./configure run: CXXFLAGS="-fsanitize=address -g -Og" CFLAGS="-fsanitize=address -g -Og" ./configure
- name: make - name: make
run: ASAN_OPTIONS="detect_leaks=0 new_delete_type_mismatch=0" make
run: ASAN_OPTIONS="detect_leaks=0" make
- name: make check - 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: lsan:



Loading…
Cancel
Save