aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-03-25 16:15:29 +0300
committerGitHub <noreply@github.com>2023-03-25 16:15:29 +0300
commit9b2dcb04bcf3a8ef10bfd9b2aac71e478132ff63 (patch)
tree2f968665d902f887147d2f473612e637e1dc74b2 /.github/workflows
parent252f15e046b06cdcf07caa2ec97a15462950b92a (diff)
parent68953a4705b7f04d82f6cfb4eb2e67756ec666ca (diff)
Merge branch 'master' into master
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/run_tests.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml
index be7ffa23..9a0b8d22 100644
--- a/.github/workflows/run_tests.yaml
+++ b/.github/workflows/run_tests.yaml
@@ -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()