1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-19 20:57:53 +02:00

ci: build fail-fast

This commit is contained in:
Carlos Alexandro Becker 2024-11-28 23:37:07 -03:00
parent 7d6311e73b
commit 72902e6059
No known key found for this signature in database

View File

@ -30,7 +30,7 @@ jobs:
args: "-disable largeloopcopy" args: "-disable largeloopcopy"
test: test:
strategy: strategy:
fail-fast: false fail-fast: true
matrix: matrix:
os: [ubuntu-latest, windows-latest] os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}