From 4bec90d93db098f519de6bbd9d391aaa9f8ad5e1 Mon Sep 17 00:00:00 2001 From: Abellegese Date: Wed, 20 Nov 2024 01:32:39 +0300 Subject: [PATCH] Session Parallelization on CLI test playground --- .github/workflows/tests_and_cleanup.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests_and_cleanup.yml b/.github/workflows/tests_and_cleanup.yml index d4ec468d6..a147ac508 100644 --- a/.github/workflows/tests_and_cleanup.yml +++ b/.github/workflows/tests_and_cleanup.yml @@ -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: