From ac9ebf9b6c586fcbf033dc46f6357c4267158487 Mon Sep 17 00:00:00 2001 From: Alexey-Sagaydak Date: Sun, 28 Apr 2024 02:09:44 +0700 Subject: [PATCH] add two smoke tests --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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