add dedicated config for quick regression test. allow oversubscription.

This commit is contained in:
Axel Kohlmeyer
2024-09-06 21:34:10 -04:00
parent 6e0c44a25c
commit 6cd710444d
3 changed files with 45 additions and 2 deletions

View File

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