From 6cd3344c44e81a44630c0f9bf50509c1303fe458 Mon Sep 17 00:00:00 2001 From: Max Tropets Date: Thu, 9 Jan 2025 11:12:22 +0000 Subject: [PATCH] Try if worker threads are a problem --- .github/workflows/long-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/long-test.yml b/.github/workflows/long-test.yml index 8eb892c4132..b0c6e52d4b0 100644 --- a/.github/workflows/long-test.yml +++ b/.github/workflows/long-test.yml @@ -167,7 +167,7 @@ jobs: git config --global --add safe.directory /__w/CCF/CCF mkdir build cd build - cmake -GNinja -DCOMPILE_TARGET=virtual -DCMAKE_BUILD_TYPE=Debug -DLVI_MITIGATIONS=OFF -DWORKER_THREADS=2 .. + cmake -GNinja -DCOMPILE_TARGET=virtual -DCMAKE_BUILD_TYPE=Debug -DLVI_MITIGATIONS=OFF .. ninja - name: "Test"