From eadb2f2eb1e858fac715646a8f36ec4b02a92786 Mon Sep 17 00:00:00 2001 From: Trung Nguyen Date: Mon, 14 Oct 2024 11:23:08 -0500 Subject: [PATCH] fix the workflow file for not turning on quick --- .github/workflows/kokkos-regression.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kokkos-regression.yaml b/.github/workflows/kokkos-regression.yaml index 04f64b94b2..5779ede52a 100644 --- a/.github/workflows/kokkos-regression.yaml +++ b/.github/workflows/kokkos-regression.yaml @@ -86,7 +86,7 @@ jobs: --lmp-bin=build/lmp \ --config-file=tools/regression-tests/config_kokkos_openmp.yaml \ --list-input=input-list-pair-kk.txt \ - --quick --quick-max=100 \ + --quick-max=100 \ --output-file=output-pair.xml \ --progress-file=progress-pair.yaml \ --log-file=run-pair.log \