Skip to content

Commit 1abee8f

Browse files
committed
hmm
1 parent 1720a28 commit 1abee8f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/build-windows-msvc.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,14 @@ jobs:
5959
id: build
6060
uses: equeim/action-cmake-build@v10
6161
with:
62-
cmake-arguments: --preset windows-${{ matrix.arch.cmake-preset-arch }}-${{ inputs.toolchain }}-vcpkg -D VCPKG_INSTALLED_DIR=${{ github.workspace }}/vcpkg_installed -D TREMOTESF_ASAN=${{ inputs.release-tag == '' && inputs.toolchain == 'msvc' && 'ON' || 'OFF' }}
62+
cmake-arguments: --preset windows-${{ matrix.arch.cmake-preset-arch }}-${{ inputs.toolchain }}-vcpkg -D VCPKG_INSTALLED_DIR=${{ github.workspace }}/vcpkg_installed -D TREMOTESF_ASAN=${{ inputs.release-tag == '' && inputs.toolchain == 'msvc' && 'ON' || 'OFF' }} -D BUILD_TESTING=ON
6363
package: true
64-
test: ${{ matrix.arch.cmake-preset-arch == 'x86_64' }}
64+
test: false
65+
66+
- name: Hmm
67+
run: |
68+
.\'${{ steps.build.outputs.build-directory }}'\src\Debug\requestrouter_test.exe -o wtf.log,txt
69+
cat wtf.log
6570
6671
- name: Archive packages
6772
if: inputs.release-tag == ''

0 commit comments

Comments
 (0)