switch to config.yaml in actual runs in quick and full tests

This commit is contained in:
Trung Nguyen
2024-09-06 09:33:23 -05:00
parent de8dc82801
commit b2cc2582e1
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,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.yaml \
--list-input=input-list-${{ matrix.idx }}.txt \ --list-input=input-list-${{ matrix.idx }}.txt \
--output-file=output-${{ matrix.idx }}.xml \ --output-file=output-${{ matrix.idx }}.xml \
--progress-file=progress-${{ matrix.idx }}.yaml \ --progress-file=progress-${{ matrix.idx }}.yaml \

View File

@ -84,7 +84,7 @@ jobs:
then \ then \
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.yaml \
--list-input=input-list-${{ matrix.idx }}.txt \ --list-input=input-list-${{ matrix.idx }}.txt \
--output-file=output-${{ matrix.idx }}.xml \ --output-file=output-${{ matrix.idx }}.xml \
--progress-file=progress-${{ matrix.idx }}.yaml \ --progress-file=progress-${{ matrix.idx }}.yaml \