From a4a8f994719630b43055228a04e0c997101d5c9b Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 9 Sep 2024 20:50:16 -0400 Subject: [PATCH] forgot to update the --analyze step to 8 runners --- .github/workflows/full-regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/full-regression.yml b/.github/workflows/full-regression.yml index 814631154e..4d173173d0 100644 --- a/.github/workflows/full-regression.yml +++ b/.github/workflows/full-regression.yml @@ -82,7 +82,7 @@ jobs: python3 tools/regression-tests/run_tests.py \ --lmp-bin=build/lmp \ --config-file=tools/regression-tests/config_serial.yaml \ - --examples-top-level=examples --analyze --num-workers=4 + --examples-top-level=examples --analyze --num-workers=8 python3 tools/regression-tests/run_tests.py \ --lmp-bin=build/lmp \