mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci: set CLANG_SANITIZER variable to TSAN when running the tsan job
This commit is contained in:
parent
b4fbb9dcf2
commit
c2b9dea4ba
1
.github/workflows/env.sh
vendored
1
.github/workflows/env.sh
vendored
@ -42,6 +42,7 @@ EOF
|
|||||||
tsan)
|
tsan)
|
||||||
cat <<EOF >> "$GITHUB_ENV"
|
cat <<EOF >> "$GITHUB_ENV"
|
||||||
TSAN_OPTIONS=log_path=$GITHUB_WORKSPACE/build/log/tsan
|
TSAN_OPTIONS=log_path=$GITHUB_WORKSPACE/build/log/tsan
|
||||||
|
CLANG_SANITIZER=TSAN
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
lint)
|
lint)
|
||||||
|
Loading…
Reference in New Issue
Block a user