provide updated reference and update command line
This commit is contained in:
6
.github/workflows/full-regression.yml
vendored
6
.github/workflows/full-regression.yml
vendored
@ -3,10 +3,8 @@ name: "Full Regression Test"
|
||||
|
||||
on:
|
||||
push:
|
||||
# branches:
|
||||
# - develop
|
||||
pull_request:
|
||||
- develop
|
||||
branches:
|
||||
- develop
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
4
.github/workflows/quick-regression.yml
vendored
4
.github/workflows/quick-regression.yml
vendored
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user