Skip to content

Commit 0431c40

Browse files
author
Maxim Egorushkin
committed
Re-enable "Build and run unit tests with thread sanitizer".
1 parent 961847f commit 0431c40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ jobs:
3030
- name: Build and run unit tests
3131
run: make -rj2 TOOLSET=${{ matrix.toolset }} example run_tests
3232

33-
- if: ${{ matrix.sanitize }}
34-
name: Build and run unit tests with thread sanitizer
33+
- name: Build and run unit tests with thread sanitizer
3534
run: make -rj2 TOOLSET=${{ matrix.toolset }} BUILD=sanitize run_tests

0 commit comments

Comments
 (0)