Skip to content

Commit ee88c85

Browse files
committed
Fix path
1 parent 930ec32 commit ee88c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@ jobs:
206206
- name: build
207207
run: cmake --build build --config ${{ matrix.build-type }} --parallel 8 --verbose
208208
- name: test
209-
run: .\build\test\Release\jsonrpcpp_test.exe
209+
run: .\build\test\${{ matrix.build-type }}\jsonrpcpp_test.exe

0 commit comments

Comments
 (0)