diff --git a/.github/workflows/golint.yml b/.github/workflows/golint.yml index 7a5abd3..61e4438 100644 --- a/.github/workflows/golint.yml +++ b/.github/workflows/golint.yml @@ -16,7 +16,7 @@ jobs: - name: Tests run: | - run: go test $(go list ./...) + go test $(go list ./...) - name: golangci-lint uses: golangci/golangci-lint-action@v2