Skip to content

Commit

Permalink
limit cores
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Aug 5, 2024
1 parent 8bcfdb4 commit 890ab5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ declare -a TEST_LIST=(\
#blueprint_mock_mocked_components_test, TODO: Enable after code and test re-written.

echo "building ${TEST_LIST[*]}"
ninja -k 0 ${TEST_LIST[*]}
ninja -k 0 -j $NIX_BUILD_CORES ${TEST_LIST[*]}

echo "finish"

0 comments on commit 890ab5f

Please sign in to comment.