Commit 979c4f91 by Dominic Hamon Committed by Dominic Hamon

Enable msan

parent 34240912
...@@ -18,8 +18,7 @@ jobs: ...@@ -18,8 +18,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
build_type: ['Debug', 'RelWithDebInfo'] build_type: ['Debug', 'RelWithDebInfo']
sanitizer: ['asan', 'ubsan', 'tsan'] sanitizer: ['asan', 'ubsan', 'tsan', 'msan']
# TODO: add 'msan' above. currently failing and needs investigation.
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment