ci: set CLANG_SANITIZER variable to TSAN when running the tsan job

This commit is contained in:
Dundar Göc 2022-01-07 20:16:12 +01:00
parent b4fbb9dcf2
commit c2b9dea4ba

View File

@ -42,6 +42,7 @@ EOF
tsan)
cat <<EOF >> "$GITHUB_ENV"
TSAN_OPTIONS=log_path=$GITHUB_WORKSPACE/build/log/tsan
CLANG_SANITIZER=TSAN
EOF
;;
lint)