try all tests

This commit is contained in:
Vladimir Repin 2023-01-09 14:29:28 +03:00
parent 1d663a04da
commit 3af488bdff
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: ${{ runner.os }}-pip-
- name: Run tests
run: python launch.py --tests basic_features --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test
run: python launch.py --tests --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test
- name: Upload main app stdout-stderr
uses: actions/upload-artifact@v3
if: always()