Skip to content

Commit

Permalink
feat: run tests only for linux node
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel1302 committed Jul 7, 2023
1 parent 92d4f44 commit e77d093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
ref: ${{ inputs.tag }}

- name: Run tests
if: ${{ env.GOARCH == 'amd64' }}
if: ${{ env.GOARCH == 'amd64' && env.GOOS == 'linux' }}
run: go test -v ./...

- name: Build binary
Expand Down

0 comments on commit e77d093

Please sign in to comment.