diff --git a/.github/workflows/long-test.yml b/.github/workflows/long-test.yml index bdd0f314d99..fbd385abde8 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"