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 930ec32 commit ee88c85Copy full SHA for ee88c85
.github/workflows/ci.yml
@@ -206,4 +206,4 @@ jobs:
206
- name: build
207
run: cmake --build build --config ${{ matrix.build-type }} --parallel 8 --verbose
208
- name: test
209
- run: .\build\test\Release\jsonrpcpp_test.exe
+ run: .\build\test\${{ matrix.build-type }}\jsonrpcpp_test.exe
0 commit comments