Skip to content

Commit

Permalink
spread: run tests in asan
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed Nov 8, 2023
1 parent 7f05753 commit 231f1b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ environment:
BUILD_TYPE/tsan,tsan_clang: ThreadSanitizer
BUILD_TYPE/ubsan,ubsan_clang: UBSanitizer
DEB_BUILD_EXTRA:
DEB_BUILD_EXTRA/ubsan,ubsan_clang: nostrip
DEB_BUILD_EXTRA/asan,asan_clang,tsan,tsan_clang: nostrip nocheck
DEB_BUILD_EXTRA/asan,asan_clang,ubsan,ubsan_clang: nostrip
DEB_BUILD_EXTRA/tsan,tsan_clang: nostrip nocheck
CTEST_OUTPUT_ON_FAILURE: 1
CCACHE_DIR: /root/.ccache
# Needed for precompiled headers (https://ccache.dev/manual/latest.html#_precompiled_headers)
Expand Down

0 comments on commit 231f1b0

Please sign in to comment.