Skip to content

Commit

Permalink
use matrix on build instead of lint
Browse files Browse the repository at this point in the history
  • Loading branch information
celestix committed Jan 15, 2025
1 parent 2f72d1f commit 8789cb6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -49,6 +47,10 @@ jobs:

build:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
arch: [amd64, 386]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 8789cb6

Please sign in to comment.