run 100 quick test inputs at the most

This commit is contained in:
Axel Kohlmeyer
2024-09-01 08:43:16 -04:00
parent 14dc326160
commit a9573551a7

View File

@ -77,7 +77,7 @@ jobs:
python3 tools/regression-tests/run_tests.py \ python3 tools/regression-tests/run_tests.py \
--lmp-bin=build/lmp \ --lmp-bin=build/lmp \
--config-file=tools/regression-tests/config_serial.yaml \ --config-file=tools/regression-tests/config_serial.yaml \
--examples-top-level=examples --quick --quick-branch=origin/develop --num-workers=4 --examples-top-level=examples --quick --quick-branch=origin/develop --quick-max=100 --num-workers=4
if [ -f input-list-${{ matrix.idx }}.txt ] if [ -f input-list-${{ matrix.idx }}.txt ]
then \ then \