Run tests in debug config on Windows

This commit is contained in:
SChernykh
2022-09-14 18:05:28 +02:00
parent b81f1c4975
commit 3022588e35
4 changed files with 9 additions and 5 deletions

View File

@@ -273,11 +273,11 @@ jobs:
mkdir build
cd build
cmake .. -G "${{ matrix.config.vs }}"
& "${{ matrix.config.msbuild }}msbuild" /m /p:Configuration=Release p2pool_tests.vcxproj
& "${{ matrix.config.msbuild }}msbuild" /m /p:Configuration=Debug p2pool_tests.vcxproj
- name: Run tests
run: |
cd tests/build/Release
cd tests/build/Debug
./p2pool_tests.exe
- name: Archive binary