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:
James Shubin
2023-09-01 17:08:59 -04:00
parent 8299c04fc6
commit b4bdc8adee

View File

@@ -34,7 +34,7 @@ jobs:
- basic
- shell
- race
#fail-fast: false
fail-fast: false
steps:
# Do not shallow fetch. The path can't be absolute, so we need to move it