Skip to content

Commit d1ddf2f

Browse files
committed
chore: Disable fail-fast
1 parent 976962f commit d1ddf2f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
matrix:
1717
releasever: [rawhide, 44, 43, 42]
1818
arch: [x86_64, aarch64, i386]
19+
fail-fast: false
1920
runs-on: ${{ matrix.arch == 'aarch64' && 'ubuntu-22.04-arm' || 'ubuntu-latest' }}
2021
container:
2122
image: ghcr.io/terrapkg/builder:f${{ matrix.releasever }}

0 commit comments

Comments
 (0)