Skip to content

Commit f6c8e0b

Browse files
authored
Remove fail-fast
1 parent 696d1ac commit f6c8e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
2525

2626
strategy:
27-
fail-fast: true
27+
fail-fast: false
2828
matrix:
2929
config:
3030
- {os: macOS-latest, r: 'devel'}

0 commit comments

Comments
 (0)