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

View File

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