diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 668f676..c79490e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,4 +23,8 @@ jobs: uses: actions/upload-artifact@v4 with: name: server - path: ./server/http-server.deb \ No newline at end of file + path: ./server/http-server.deb + - name: Test 1. Smoke-test that verifies the success of client startup + - run: ./client/build/libhv-client + - name: Test 2. Smoke-test that verifies the success of server startup + - run: ./server/build/libhv-http \ No newline at end of file