1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-29 14:30:37 +08:00

Enable msan

This commit is contained in:
Dominic Hamon 2021-06-03 19:48:12 +01:00 committed by Dominic Hamon
parent 342409126b
commit 979c4f91b5

View File

@ -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