Skip to content

Commit

Permalink
Makefile: remove check-plugin from the static checks (#6887)
Browse files Browse the repository at this point in the history
ref #4399

Since the plugin feature is hardly used and may be very time-consuming in the Gtihub Actions CI,
this PR removes it from `make check`.

Signed-off-by: JmPotato <ghzpotato@gmail.com>
  • Loading branch information
JmPotato committed Aug 3, 2023
1 parent 27a3cc5 commit c8c5e1e
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 @@ -143,7 +143,7 @@ install-tools:

#### Static checks ####

check: install-tools tidy static generate-errdoc check-plugin check-test
check: install-tools tidy static generate-errdoc check-test

static: install-tools
@ echo "gofmt ..."
Expand Down

0 comments on commit c8c5e1e

Please sign in to comment.