provide updated reference and update command line

This commit is contained in:
Axel Kohlmeyer
2024-09-07 00:22:56 -04:00
parent e5c870fcd2
commit 5aea0a061f
3 changed files with 35 additions and 6 deletions

View File

@ -3,10 +3,8 @@ name: "Full Regression Test"
on:
push:
# branches:
# - develop
pull_request:
- develop
branches:
- develop
workflow_dispatch:

View File

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