Skip to content

Commit a0233a7

Browse files
author
Generate.yml
committed
Generated from base-vm
1 parent 6b0a81c commit a0233a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
testsshfs:
2828
if: ${{ !contains(github.repository, 'solaris') && !contains(github.repository, 'dragonflybsd') && !contains(github.repository, 'omnios')}}
2929
strategy:
30-
fail-fast: false
30+
fail-fast: false
3131
matrix:
3232
release: [ "13.2", "13.3", "13.4", "14.0", "14.1", "14.2", "15.0", ""]
3333
arch: [ "aarch64", ""]
@@ -140,7 +140,7 @@ jobs:
140140
141141
testnfs:
142142
strategy:
143-
fail-fast: false
143+
fail-fast: false
144144
matrix:
145145
release: [ "13.2", "13.3", "13.4", "14.0", "14.1", "14.2", "15.0", ""]
146146
arch: [ "aarch64", ""]
@@ -252,7 +252,7 @@ jobs:
252252
253253
test:
254254
strategy:
255-
fail-fast: false
255+
fail-fast: false
256256
matrix:
257257
release: [ "13.2", "13.3", "13.4", "14.0", "14.1", "14.2", "15.0", ""]
258258
arch: [ "aarch64", ""]

0 commit comments

Comments
 (0)