aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-03-25 16:12:50 +0300
committerAUTOMATIC <16777216c@gmail.com>2023-03-25 16:12:50 +0300
commit68953a4705b7f04d82f6cfb4eb2e67756ec666ca (patch)
tree6a9def4b37647781e3554a05a3565a154084ba9b /.github/workflows
parent8c801362b43013a628c58f0c1276e076ee48227d (diff)
specify the tests dir in automated tests
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()