Skip to content

Commit

Permalink
build: disable analyze tests for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Sep 13, 2023
1 parent e2934a8 commit 52ca292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
args: --timeout=5m
args: --timeout=5m --tests=false

semgrep:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ vet:
go vet ./...

lint:
golangci-lint run ./...
golangci-lint run --tests=false ./...

semgrep:
semgrep --config auto
Expand Down

0 comments on commit 52ca292

Please sign in to comment.