Skip to content

Commit 615e6fb

Browse files
authored
Merge pull request #427 from tristan-f-r/ci-fail-fast
ci: don't fail fast
2 parents 544ca29 + 2e40a6e commit 615e6fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-spras.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
# (with the max specified by `--splits 2`), to save CI time by parallelization
3737
test_group: [1, 2]
3838
os: [ubuntu-latest]
39+
# we want all tests to run, even if some fail.
40+
fail-fast: false
3941
steps:
4042
- name: Checkout repository
4143
uses: actions/checkout@v4

0 commit comments

Comments
 (0)