Skip to content

Commit 1b24b48

Browse files
authored
Remove check dependency for all from Makefile. (#1010)
1 parent 6e59072 commit 1b24b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ ifeq (linux/riscv64,$(findstring linux/riscv64,$(TARGETPLATFORM)))
108108
GOARCH=riscv64
109109
endif
110110

111-
all: check build test install
111+
all: build test install
112112
.PHONY: all
113113

114114
include tests.mk

0 commit comments

Comments
 (0)