Detect failures from all sanitizers

This commit is contained in:
Andreas Pehrson 2023-11-23 14:38:36 +01:00 коммит произвёл Andreas Pehrson
Родитель 4733efda78
Коммит d0810be039
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -11,6 +11,9 @@ if [[ $toolchain != nightly* ]]; then
exit
fi
# Bail out once getting an error.
set -e
# Ideally, sanitizers should be ("address" "leak" "memory" "thread") but
# - `memory`: It doesn't works with target x86_64-apple-darwin
# - `leak`: Get some errors that are out of our control. See: