aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Repin <32306715+mezotaken@users.noreply.github.com>2023-01-09 14:29:28 +0300
committerVladimir Repin <32306715+mezotaken@users.noreply.github.com>2023-01-09 14:29:28 +0300
commit3af488bdff983efc8e77f49b26c18847413754f4 (patch)
tree5a10f0168b9f0217dc8e26de86e9f1506003a252
parent1d663a04da900b79132063e94c94ab379ebd14a8 (diff)
try all tests
-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 49dc92bd..110a6a75 100644
--- a/.github/workflows/run_tests.yaml
+++ b/.github/workflows/run_tests.yaml
@@ -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()