Skip to content

Commit

Permalink
Try if worker threads are a problem
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtropets committed Jan 9, 2025
1 parent ade7b5b commit 6cd3344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/long-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6cd3344

Please sign in to comment.