Skip to content

Commit

Permalink
consolidate line
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Sep 1, 2024
1 parent 2f58ea3 commit c312ae7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cicd/cicd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit c312ae7

Please sign in to comment.