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 2b1166c commit 8e80932Copy full SHA for 8e80932
.github/workflows/windows-x86_64.yml
@@ -55,15 +55,6 @@ jobs:
55
run: |
56
cmake --build build --config Release
57
58
- - name: Check if test executable exists
59
- run: |
60
- if (Test-Path "./build/test/test.exe") {
61
- Write-Host "Test executable exists."
62
- } else {
63
- Write-Host "Test executable does not exist."
64
- exit 1
65
- }
66
-
67
- name: Run tests
68
69
& "D:\a\libcpp-http-client\libcpp-http-client\build\test\test.exe"
0 commit comments