Skip to content

Commit

Permalink
chore: skip-go-installation to avoid error. remove build before lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nilp0inter committed Jan 20, 2023
1 parent a746fb8 commit 9399724
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: ${{ steps.go-version.outputs.go-version }}
- name: Build executable
run: |
make build
- name: Lint
uses: golangci/[email protected]
with:
version: v1.31
skip-go-installation: true
- name: Unit tests
run: |
make test race
Expand Down

0 comments on commit 9399724

Please sign in to comment.