Skip to content

Commit aba4789

Browse files
committed
use toolchain in CI
1 parent d65aeaf commit aba4789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
args: ""
4545
- description: "TSan"
4646
config: "Debug"
47-
args: "-DCMAKE_CXX_FLAGS=-fsanitize=thread"
47+
args: "-DCMAKE_TOOLCHAIN_FILE=cmake/toolchain.cmake -DBEMAN_BUILDSYS_SANITIZER=TSan"
4848
- description: "ASan"
4949
config: "Debug"
50-
args: "-DCMAKE_CXX_FLAGS='-fsanitize=address -fsanitize=undefined'"
50+
args: "-DCMAKE_TOOLCHAIN_FILE=cmake/toolchain.cmake -DBEMAN_BUILDSYS_SANITIZER=ASan"
5151
include:
5252
- platform: ubuntu-latest
5353
compiler:

0 commit comments

Comments
 (0)