Skip to content

Commit

Permalink
Improve pre-commit UX
Browse files Browse the repository at this point in the history
- run go test race in pre push stage
  • Loading branch information
nawazkh committed Dec 10, 2024
1 parent 4b18ac2 commit 7110355
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@ repos:
name: Run make verify-shellcheck
entry: make verify-shellcheck
language: system
stages: [ pre-push ]
stages: [pre-push]
- id: make-conversions
name: Run make verify-conversions
entry: make verify-conversions
language: system
stages: [ pre-push ]
stages: [pre-push]
- id: make-tiltfile
name: Run make verify-tiltfile
entry: make verify-tiltfile
language: system
stages: [ pre-push ]
stages: [pre-push]
- id: make-test
name: Run make test
entry: make test
name: Run make go-test
entry: make go-test
language: system
stages: [pre-push]

0 comments on commit 7110355

Please sign in to comment.