CI: added more tests

This commit is contained in:
SChernykh
2025-06-22 21:58:57 +02:00
parent e69f5722df
commit e5d487aa50
6 changed files with 37 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ using namespace p2pool;
int main(int argc, char** argv)
{
set_main_thread();
p2pool_usage();
PoolBlock::s_precalculatedSharesLock = new ReadWriteLock();