Skip to content

Commit

Permalink
ci: remove running tests from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
adambabik committed Feb 13, 2023
1 parent 36c3a2b commit b4ecaf4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ repos:
exclude: (^internal/gen/.*$|^internal/client/graphql/query/generated.go$)
- id: go-build-mod
- id: go-mod-tidy
- id: go-test-mod
args: ["-timeout=30s"]
- id: go-revive-repo-mod
- id: go-staticcheck-mod
exclude: (^expect/.*$|^internal/client/graphql/query/generated.go$)
Expand Down

0 comments on commit b4ecaf4

Please sign in to comment.