We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 544ca29 + 2e40a6e commit 615e6fbCopy full SHA for 615e6fb
.github/workflows/test-spras.yml
@@ -36,6 +36,8 @@ jobs:
36
# (with the max specified by `--splits 2`), to save CI time by parallelization
37
test_group: [1, 2]
38
os: [ubuntu-latest]
39
+ # we want all tests to run, even if some fail.
40
+ fail-fast: false
41
steps:
42
- name: Checkout repository
43
uses: actions/checkout@v4
0 commit comments