Skip to content

Commit 29a3c91

Browse files
committed
Enable fail-fast for NIF build matrix
Stop all builds early if any target fails. The release job already requires all build_nif matrix entries to pass before creating a release.
1 parent c76eb4d commit 29a3c91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Build NIF (${{ matrix.target }})
1414
runs-on: ${{ matrix.runner }}
1515
strategy:
16-
fail-fast: false
16+
fail-fast: true
1717
matrix:
1818
include:
1919
- target: x86_64-linux

0 commit comments

Comments
 (0)