Skip to content

Commit 0e50233

Browse files
committed
ci: re-enable fail-fast
1 parent 18a7180 commit 0e50233

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/check.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
check:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
14-
# TODO: re-enable fail-fast when darwin support is ready
15-
fail-fast: false
14+
fail-fast: true
1615
matrix:
1716
os: [ubuntu-latest, macos-latest]
1817
steps:

0 commit comments

Comments
 (0)