CI: replace msan by tsan
This commit is contained in:
2
.github/workflows/linux-build.yml
vendored
2
.github/workflows/linux-build.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
- { mode: debug }
|
- { mode: debug }
|
||||||
- { mode: debug, config: --asan=y }
|
- { mode: debug, config: --asan=y }
|
||||||
- { mode: debug, config: --lsan=y }
|
- { mode: debug, config: --lsan=y }
|
||||||
- { mode: debug, config: --msan=y }
|
- { mode: debug, config: --tsan=y }
|
||||||
- { mode: releasedbg }
|
- { mode: releasedbg }
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|||||||
Reference in New Issue
Block a user