Skip to content

Commit

Permalink
ci: remove ctest, it is ass
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Dec 18, 2024
1 parent 40a2546 commit 7e7a0e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:

- name: Run unit tests
if: ${{ matrix.cfg.ctest == 'yes' }}
run: cd build && ctest -VV
run: cd build/library && ./unittest
env:
DPP_UNIT_TEST_TOKEN: ${{secrets.DPP_UNIT_TEST_TOKEN}}
TEST_GUILD_ID: ${{secrets.TEST_GUILD_ID}}
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
DONT_RUN_VCPKG: true

- name: Run offline unit tests
run: cd build && ctest -VV
run: cd build/library && ./unittest

windows: # Windows x64 and x86 build matrix
permissions:
Expand Down
3 changes: 0 additions & 3 deletions src/dpp/sslclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@
#include <dpp/cluster.h>
#include <dpp/dns.h>

/* Maximum allowed time in milliseconds for socket read/write timeouts and connect() */
constexpr uint16_t SOCKET_OP_TIMEOUT{5000};

namespace dpp {

/**
Expand Down

0 comments on commit 7e7a0e3

Please sign in to comment.