]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Re-enable tsan
authorOtto <otto.moerbeek@open-xchange.com>
Tue, 21 Dec 2021 13:16:43 +0000 (14:16 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Wed, 22 Dec 2021 10:08:50 +0000 (11:08 +0100)
.github/workflows/build-and-test-all.yml

index 8ba449dfca0c7f62ae93c34a0752d660c325e2bd..16e3fc39b70a4970bf0de41915d28c59426b130b 100644 (file)
@@ -303,7 +303,7 @@ jobs:
     runs-on: ubuntu-20.04
     strategy:
       matrix:
-        sanitizers: [ubsan+asan]
+        sanitizers: [ubsan+asan, tsan]
     env:
       UBSAN_OPTIONS: 'print_stacktrace=1:halt_on_error=1:suppressions=${{ github.workspace }}/build-scripts/UBSan.supp'
       ASAN_OPTIONS: detect_leaks=0