github: Don't fail other jobs just because one failed
We like fast CI, but we prefer to have more information about the failures.
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -34,7 +34,7 @@ jobs:
|
|||||||
- basic
|
- basic
|
||||||
- shell
|
- shell
|
||||||
- race
|
- race
|
||||||
#fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Do not shallow fetch. The path can't be absolute, so we need to move it
|
# Do not shallow fetch. The path can't be absolute, so we need to move it
|
||||||
|
|||||||
Reference in New Issue
Block a user