Skip to content

Commit

Permalink
ci: unittest for ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
shuai132 committed Sep 13, 2023
1 parent 2b194d4 commit af81f8e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ASIO_PATH: asio/asio/include
run: |
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DASIO_NET_DISABLE_ON_DATA_PRINT=ON ..
cmake -DCMAKE_BUILD_TYPE=Debug -DASIO_NET_DISABLE_ON_DATA_PRINT=ON -DASIO_NET_ENABLE_SSL=ON ..
make -j2
- name: Test TCP
Expand Down Expand Up @@ -58,6 +58,12 @@ jobs:
cd build
./asio_net_test_rpc_reconnect
- name: Test RPC (ssl)
run: |
cd build
#./asio_net_test_rpc_ssl
echo "skip for avoid wait too long"
- name: Test Domain TCP
run: |
cd build
Expand Down

0 comments on commit af81f8e

Please sign in to comment.