Skip to content

Commit

Permalink
add two smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-Sagaydak committed Apr 27, 2024
1 parent 88c6a10 commit ac9ebf9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: server
path: ./server/http-server.deb
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

0 comments on commit ac9ebf9

Please sign in to comment.