specify the tests dir in automated tests

This commit is contained in:
AUTOMATIC 2023-03-25 16:12:50 +03:00
parent 8c801362b4
commit 68953a4705
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
cache-dependency-path: |
**/requirements*txt
- name: Run tests
run: python launch.py --tests --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test
run: python launch.py --tests test --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()