Skip to content

Commit e8db77d

Browse files
committed
Re-enable fail-fast in CI
1 parent ed4f140 commit e8db77d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
name: ${{ matrix.name }}
3737

3838
strategy:
39-
fail-fast: false
39+
# MacOS instances are rate-limited, which means that whenever we can
40+
# avoid do some work, we should!
41+
fail-fast: true
4042
matrix:
4143
include:
4244
- name: Test macOS 11

0 commit comments

Comments
 (0)