fix the workflow file for not turning on quick

This commit is contained in:
Trung Nguyen
2024-10-14 11:23:08 -05:00
parent b0f2484441
commit eadb2f2eb1

View File

@ -86,7 +86,7 @@ jobs:
--lmp-bin=build/lmp \ --lmp-bin=build/lmp \
--config-file=tools/regression-tests/config_kokkos_openmp.yaml \ --config-file=tools/regression-tests/config_kokkos_openmp.yaml \
--list-input=input-list-pair-kk.txt \ --list-input=input-list-pair-kk.txt \
--quick --quick-max=100 \ --quick-max=100 \
--output-file=output-pair.xml \ --output-file=output-pair.xml \
--progress-file=progress-pair.yaml \ --progress-file=progress-pair.yaml \
--log-file=run-pair.log \ --log-file=run-pair.log \