Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoogle-ink committed Jun 2, 2024
1 parent 86c0508 commit 06f0157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: golangci/[email protected]
with:
version: v1.51.2
args: --verbose
args: --verbose --skip=unused # Add --skip=unused flag

test:
needs: lint
Expand All @@ -47,4 +47,4 @@ jobs:
ref: ${{ github.ref }}

- name: Test
run: go test -v
run: go test -v

0 comments on commit 06f0157

Please sign in to comment.