Skip to content

Commit

Permalink
chore: 忽略goci-lint对于测试用例的执行
Browse files Browse the repository at this point in the history
  • Loading branch information
Clov614 committed Jul 22, 2024
1 parent 081ecf1 commit 48925ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
version: latest
args: --out-${NO_FUTURE}format line-number --timeout 3m0s -p bugs -p error -p performance -D unused -D gosmopolitan -D exhaustive -D noctx -D gosec

- name: Test
run: go test -v ./...
# - name: Test
# run: go test -v ./...

- name: Build
run: go build -v ./...

0 comments on commit 48925ad

Please sign in to comment.