Merge pull request #6568 from mezotaken/fix-tests

Tests fixes and additions
This commit is contained in:
AUTOMATIC1111 2023-01-09 23:43:11 +03:00 committed by GitHub
commit 9bec415bab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 90 additions and 79 deletions

View file

@ -18,7 +18,7 @@ jobs:
cache-dependency-path: |
**/requirements*txt
- 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()