diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-03-25 13:12:50 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-03-25 13:12:50 +0000 |
commit | 68953a4705b7f04d82f6cfb4eb2e67756ec666ca (patch) | |
tree | 6a9def4b37647781e3554a05a3565a154084ba9b /.github | |
parent | 8c801362b43013a628c58f0c1276e076ee48227d (diff) | |
download | stable-diffusion-webui-gfx803-68953a4705b7f04d82f6cfb4eb2e67756ec666ca.tar.gz stable-diffusion-webui-gfx803-68953a4705b7f04d82f6cfb4eb2e67756ec666ca.tar.bz2 stable-diffusion-webui-gfx803-68953a4705b7f04d82f6cfb4eb2e67756ec666ca.zip |
specify the tests dir in automated tests
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/run_tests.yaml | 2 |
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() |