Skip to content

Commit 6a43fb6

Browse files
authored
[ci] add hook tests to our CI. (#13848)
add hook tests to our CI.
1 parent 3e83f43 commit 6a43fb6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nightly_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
fail-fast: false
126126
max-parallel: 2
127127
matrix:
128-
module: [models, schedulers, lora, others, single_file, examples]
128+
module: [models, schedulers, hooks, lora, others, single_file, examples]
129129
steps:
130130
- name: Checkout diffusers
131131
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

.github/workflows/pr_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
pytest -n 4 --max-worker-restart=0 --dist=loadfile \
147147
-k "not Flax and not Onnx and not Dependency" \
148148
--make-reports=tests_${{ matrix.config.report }} \
149-
tests/models tests/schedulers tests/others
149+
tests/models tests/schedulers tests/hooks tests/others
150150
151151
- name: Run example PyTorch CPU tests
152152
if: ${{ matrix.config.framework == 'pytorch_examples' }}

.github/workflows/push_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
fail-fast: false
128128
max-parallel: 2
129129
matrix:
130-
module: [models, schedulers, lora, others, single_file]
130+
module: [models, schedulers, hooks, lora, others, single_file]
131131
steps:
132132
- name: Checkout diffusers
133133
uses: actions/checkout@v6

0 commit comments

Comments
 (0)