From c312ae73293b6c6ea030e332873af8b5125208fd Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Sun, 1 Sep 2024 18:31:54 -0400 Subject: [PATCH] consolidate line --- cicd/cicd.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cicd/cicd.sh b/cicd/cicd.sh index 7c8978429..104a8f84a 100755 --- a/cicd/cicd.sh +++ b/cicd/cicd.sh @@ -2,6 +2,5 @@ set -e pytest --ignore=tests/e2e/ /workspace/axolotl/tests/ -pytest -n1 --dist loadfile -v /workspace/axolotl/tests/e2e/patched/ -pytest -n1 --dist loadfile -v /workspace/axolotl/tests/e2e/integrations/ +pytest -n1 --dist loadfile -v /workspace/axolotl/tests/e2e/patched/ /workspace/axolotl/tests/e2e/integrations/ pytest --ignore=tests/e2e/patched/ --ignore=tests/e2e/multigpu/ --ignore=tests/e2e/integrations/ /workspace/axolotl/tests/e2e/