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 c445886 commit f57a691Copy full SHA for f57a691
.github/workflows/Linux.yml
@@ -23,8 +23,5 @@ jobs:
23
24
- name: Build
25
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
26
-
27
- - name: Test
28
- run: ${{github.workspace}}/build/tests/boost-tcp-server-client-tests
29
30
0 commit comments