Skip to content

Commit bd33216

Browse files
committed
ci: Also build against TSAN
1 parent ce0434f commit bd33216

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-sanitizers.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ jobs:
2020
matrix:
2121
os:
2222
- ubuntu-24.04
23-
preset: ['dev-asan']
23+
preset: ['dev-asan', 'dev-tsan']
2424
include:
2525
- preset: dev-asan
2626
qt-flavor: asan
27+
- preset: dev-tsan
28+
qt-flavor: tsan
2729
steps:
2830
- name: Checkout sources
2931
uses: actions/checkout@v4

0 commit comments

Comments
 (0)