Skip to content

Commit

Permalink
chore: fix ci linter issue (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma authored Nov 22, 2021
1 parent 71fcb30 commit a23899e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
version: ${{ env.GOLANGCI_LINT_VERSION }}
skip-pkg-cache: true

- name: Run tests
run: go test -covermode=count -coverprofile=cover.out ./...
Expand Down

0 comments on commit a23899e

Please sign in to comment.