diff --git a/.github/workflows/nightly_tests.yml b/.github/workflows/nightly_tests.yml index fe3bd7ccf9cb..daa4361a417f 100644 --- a/.github/workflows/nightly_tests.yml +++ b/.github/workflows/nightly_tests.yml @@ -125,7 +125,7 @@ jobs: fail-fast: false max-parallel: 2 matrix: - module: [models, schedulers, lora, others, single_file, examples] + module: [models, schedulers, hooks, lora, others, single_file, examples] steps: - name: Checkout diffusers uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index 1bbb70ca9d3e..a7c244481117 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -146,7 +146,7 @@ jobs: pytest -n 4 --max-worker-restart=0 --dist=loadfile \ -k "not Flax and not Onnx and not Dependency" \ --make-reports=tests_${{ matrix.config.report }} \ - tests/models tests/schedulers tests/others + tests/models tests/schedulers tests/hooks tests/others - name: Run example PyTorch CPU tests if: ${{ matrix.config.framework == 'pytorch_examples' }} diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index ae921b223cd2..17696ca17efe 100644 --- a/.github/workflows/push_tests.yml +++ b/.github/workflows/push_tests.yml @@ -127,7 +127,7 @@ jobs: fail-fast: false max-parallel: 2 matrix: - module: [models, schedulers, lora, others, single_file] + module: [models, schedulers, hooks, lora, others, single_file] steps: - name: Checkout diffusers uses: actions/checkout@v6