Add sanitize_thread to CI (#2199)

This commit is contained in:
Andrew Gaul 2023-06-25 23:13:49 +09:00 committed by GitHub
parent e86e6cf24f
commit e66c9a82a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,6 @@ jobs:
# [NOTE]
# Currently following test is not supported:
# - sanitize_memory : Future support planned
# - sanitize_thread : Add after finishing some code fixes
# - valgrind : Requires more than an hour of testing time
#
matrix:
@ -204,6 +203,7 @@ jobs:
- glibc_debug
- sanitize_address
- sanitize_others
- sanitize_thread
container:
image: fedora:38