We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961847f commit 0431c40Copy full SHA for 0431c40
.github/workflows/ci.yml
@@ -30,6 +30,5 @@ jobs:
30
- name: Build and run unit tests
31
run: make -rj2 TOOLSET=${{ matrix.toolset }} example run_tests
32
33
- - if: ${{ matrix.sanitize }}
34
- name: Build and run unit tests with thread sanitizer
+ - name: Build and run unit tests with thread sanitizer
35
run: make -rj2 TOOLSET=${{ matrix.toolset }} BUILD=sanitize run_tests
0 commit comments