mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-03 13:07:24 +00:00
Add sanitize_thread to CI (#2199)
This commit is contained in:
parent
e86e6cf24f
commit
e66c9a82a2
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user