Skip to content

Commit 810f7e6

Browse files
committed
turn valgrind on on windows.
1 parent a75b52b commit 810f7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
- name: Configure CMake
195195
shell: bash
196196
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
197+
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
198198

199199
- name: Build gwb
200200
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)