Skip to content

Commit

Permalink
Fix random precheck failures (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot authored Feb 28, 2025
1 parent 45babbf commit 3cef07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GO_LANGUAGE_VERSION=1.22
check: precheck check-modules test

.PHONY: precheck
precheck: check-goimports check-vanity-import check-vet check-dockerfile-testing check-licenses model/marshal_fastjson.go scripts/Dockerfile-testing
precheck: | model/marshal_fastjson.go check-goimports check-vanity-import check-vet check-dockerfile-testing check-licenses scripts/Dockerfile-testing

.PHONY: check-goimports
check-goimports:
Expand Down

0 comments on commit 3cef07a

Please sign in to comment.