Skip to content

Commit

Permalink
Use simple build for pull request builds
Browse files Browse the repository at this point in the history
  • Loading branch information
traut committed Feb 11, 2024
1 parent ef989a3 commit 64472bf
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,17 @@ jobs:
builds:
strategy:
fail-fast: true
runs-on: ubuntu-latest
matrix:
go-version: ["1.21.x"]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: stable
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: latest
args: build --snapshot --clean
- name: Build fabric
run: go build -v -o ${{ runner.temp }}/fabric

golangci-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 64472bf

Please sign in to comment.