Skip to content

Commit 0f76f69

Browse files
rvdgrachtBastian-Krause
authored andcommitted
github: Build tests with ThreadSanitizer enabled
Signed-off-by: Robin van der Gracht <[email protected]>
1 parent eed4f00 commit 0f76f69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
- -Dsystemd=disabled
1414
flags:
1515
- null
16-
- CFLAGS="-fsanitize=address -fsanitize=leak -g" LDFLAGS="-fsanitize=address -fsanitize=leak"
16+
- CFLAGS="-fsanitize=address -fsanitize=leak -fsanitize=thread -g"
17+
- LDFLAGS="-fsanitize=address -fsanitize=leak -fsanitize=thread"
1718
steps:
1819
- name: Inspect environment
1920
run: |

0 commit comments

Comments
 (0)