Skip to content

Commit

Permalink
[CI] Add fail-fast=False to CUDA nightly and slow tests (huggingfac…
Browse files Browse the repository at this point in the history
…e#9214)

* update

* update
  • Loading branch information
DN6 authored Aug 19, 2024
1 parent 940b8e0 commit 9ab80a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
run:
shell: bash
strategy:
fail-fast: false
max-parallel: 2
matrix:
module: [models, schedulers, lora, others, single_file, examples]
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/push_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ jobs:
run:
shell: bash
strategy:
fail-fast: false
max-parallel: 2
matrix:
module: [models, schedulers, lora, others, single_file]
steps:
Expand Down

0 comments on commit 9ab80a9

Please sign in to comment.