aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-20 13:13:54 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-20 13:13:54 +0200
commit29cb8eb012017aac6bd38088c0a6cbd2a6bcebdb (patch)
tree85e0ea2692709987b989dc561589c6d3d4742444
parentDEVELOPING: we use PEP 8 now (diff)
downloadportage-29cb8eb0.tar.gz
portage-29cb8eb0.tar.bz2
portage-29cb8eb0.zip
.github: Disable fail-fast on CI
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ad1633a3d..adeb41a77 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,6 +22,7 @@ jobs:
- 'pypy-3.7'
- 'pypy-3.8'
- 'pypy-3.9'
+ fail-fast: false
steps:
- uses: actions/checkout@v2