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 2523528 commit 0a5ee4dCopy full SHA for 0a5ee4d
.github/workflows/cmake_windows.yml
@@ -43,11 +43,11 @@ jobs:
43
44
- name: Configure CMake
45
shell: bash
46
- run: cmake --preset conan-default
+ run: cmake --preset conan-default -DGTEST_DISCOVER_TESTS_DISCOVERY_MODE=PRE_TEST
47
48
- name: Build
49
50
- run: cmake --build --preset conan-${{ env.BUILD_TYPE_LOWERCASE }}
+ run: cmake --build --preset conan-${{ env.BUILD_TYPE_LOWERCASE }}
51
52
- name: run test (Windows)
53
working-directory: ${{github.workspace}}/build
0 commit comments