diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index 017147e..0980ee8 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -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/golangci-lint-action@v3.3.1 with: version: v1.31 + skip-go-installation: true - name: Unit tests run: | make test race