Skip to content

Commit e803817

Browse files
committed
disable fail-fast
1 parent e7c8af0 commit e803817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
test_macos:
8686
runs-on: ${{ matrix.os }}
8787
strategy:
88-
fail-fast: true
88+
fail-fast: false
8989
matrix:
9090
os: ["macos-latest"]
9191
perl-version:

0 commit comments

Comments
 (0)