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 bd5efdb commit 708dd42Copy full SHA for 708dd42
.github/workflows/LinuxBuildAndTest.yml
@@ -17,12 +17,11 @@ jobs:
17
sudo apt-get install boost;
18
sudo apt-get install googletest
19
20
-
21
- name: Configure CMake
22
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
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
+ run: ${{github.workspace}}/build/tests/boost-tcp-server-client-tests
0 commit comments