Skip to content

Commit

Permalink
conditionally test
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoolano committed Aug 25, 2024
1 parent aad7998 commit 273f4f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Build Binary
run: CGO_ENABLED=1 CC=${{ matrix.cc }} GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -ldflags="-s -w" -o ${{ env.filename }} .
- name: test binary
if: matrix.goarch == 'amd64'
run: chmod +x ${{ env.filename }} && ./${{ env.filename }}

- name: Release
Expand Down

0 comments on commit 273f4f0

Please sign in to comment.