diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8e2b701..7896293 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,9 +10,7 @@ jobs: lint: runs-on: ubuntu-latest strategy: - fail-fast: false - matrix: - arch: [amd64, 386] + fail-fast: true steps: - name: Checkout code uses: actions/checkout@v3 @@ -49,6 +47,10 @@ jobs: build: runs-on: ubuntu-latest + strategy: + fail-fast: true + matrix: + arch: [amd64, 386] steps: - uses: actions/checkout@v3