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 12d5782 commit 4bec90d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests_and_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,14 @@ jobs:
pip install pytest pytest-benchmark pytest-asyncio nox rich
pytest
- name: Run CLI Test
- 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
test-colab-notebook:
Expand Down

0 comments on commit 4bec90d

Please sign in to comment.