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 2483031 commit 7befcbfCopy full SHA for 7befcbf
.github/workflows/asan.yml
@@ -69,7 +69,7 @@ jobs:
69
working-directory: ${{ github.workspace }}
70
run: >
71
cmake --preset=${{ matrix.build_type }}
72
- -DBUILD_TESTING=ON -DBUILD_TOOLS=OFF -DENABLE_ASAN=ON
+ -DBUILD_TESTING=ON -DENABLE_ASAN=ON
73
74
- name: 'Build'
75
0 commit comments