mirror of
https://github.com/google/benchmark.git
synced 2025-04-29 14:30:37 +08:00
Enable msan
This commit is contained in:
parent
342409126b
commit
979c4f91b5
3
.github/workflows/sanitizer.yml
vendored
3
.github/workflows/sanitizer.yml
vendored
@ -18,8 +18,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
build_type: ['Debug', 'RelWithDebInfo']
|
||||
sanitizer: ['asan', 'ubsan', 'tsan']
|
||||
# TODO: add 'msan' above. currently failing and needs investigation.
|
||||
sanitizer: ['asan', 'ubsan', 'tsan', 'msan']
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user