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 a75b52b commit 810f7e6Copy full SHA for 810f7e6
.github/workflows/test.yml
@@ -194,7 +194,7 @@ jobs:
194
- name: Configure CMake
195
shell: bash
196
working-directory: ${{github.workspace}}/build
197
- run: cmake -G"${{ matrix.build_system }}" $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DWB_ENABLE_PYTHON=OFF -DWB_RUN_TESTS_WITH_GDB=ON -DWB_MAKE_FORTRAN_WRAPPER=OFF
+ run: cmake -G"${{ matrix.build_system }}" $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DWB_ENABLE_PYTHON=OFF -DWB_RUN_TESTS_WITH_GDB=OFF -DWB_RUN_TESTS_WITH_VALGRIND=ON -DWB_MAKE_FORTRAN_WRAPPER=OFF
198
199
- name: Build gwb
200
0 commit comments