Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 6767db6

Browse files
committed
fix tests
1 parent 987a2c1 commit 6767db6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/windows.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,9 @@ jobs:
6868
call "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
6969
qmake ..\mergin-cpp-client\src\client.pro CONFIG+=release CONFIG+=static
7070
nmake release
71-
dir
71+
dir
72+
73+
- name: run mergin tests
74+
run: |
75+
cd build-mergin-cpp-client/release
76+
mergin --help

0 commit comments

Comments
 (0)