File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 59
59
id : build
60
60
uses : equeim/action-cmake-build@v10
61
61
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
63
63
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
65
70
66
71
- name : Archive packages
67
72
if : inputs.release-tag == ''
You can’t perform that action at this time.
0 commit comments