Add tsan OSX job

This commit is contained in:
Christian Mazakas
2023-03-22 15:07:36 -07:00
parent e1f11e840c
commit 9e6b5a7e43

View File

@ -82,6 +82,7 @@ jobs:
# OSX, clang
- { compiler: clang, cxxstd: '03,11,14,17,2a', os: macos-11, }
- { compiler: clang, cxxstd: '03,11,14,17,2a', os: macos-12, sanitize: yes }
- { compiler: clang, cxxstd: '11,14,17,2a', os: macos-12, thread-sanitize: yes, targets: 'libs/unordered/test//cfoa_tests' }
timeout-minutes: 180
runs-on: ${{matrix.os}}