Skip to content

Commit

Permalink
Remove check dependency for all from Makefile. Again. (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerjohn committed Jun 14, 2023
1 parent 4b6030c commit 8bbae5a
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 @@ -108,7 +108,7 @@ ifeq (linux/riscv64,$(findstring linux/riscv64,$(TARGETPLATFORM)))
GOARCH=riscv64
endif

all: check build test install
all: build test install
.PHONY: all

include tests.mk
Expand Down

0 comments on commit 8bbae5a

Please sign in to comment.