Skip to content

Commit

Permalink
Session Parallelization on CLI test playground
Browse files Browse the repository at this point in the history
  • Loading branch information
Abellegese committed Nov 19, 2024
1 parent 40fe6b5 commit 388ec17
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/tests_and_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,6 @@ jobs:
pip install pytest pytest-benchmark pytest-asyncio nox rich
pytest
- name: Run CLI Test Default
run: |
source activate
nox -f test/playground/noxfile.py -s ${{ matrix.session }}
- name: Run CLI Test Multiple
run: |
source activate
nox -f test/playground/noxfile.py -s setup test_fetch_multiple_models test_serve_multiple_models
run-cli-test-single:
runs-on: ubuntu-22.04
strategy:
Expand Down Expand Up @@ -175,6 +165,11 @@ jobs:
conda init
python -m pip install -e .[test]
- name: Run CLI Test Default
run: |
source activate
nox -f test/playground/noxfile.py -s ${{ matrix.session }}
run-cli-test-multiple:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 388ec17

Please sign in to comment.