Skip to content

Commit

Permalink
Merge pull request #308 from thom311/th/make-no-test
Browse files Browse the repository at this point in the history
Makefile: dont't run "test" as part of default "all" make target
  • Loading branch information
SchSeba authored Aug 12, 2024
2 parents 8af83a3 + dac2481 commit f4a86e0
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 @@ -42,7 +42,7 @@ V ?= 0
Q = $(if $(filter 1,$V),,@)

.PHONY: all
all: fmt lint build test
all: fmt lint build

$(BINDIR) $(BUILDDIR) $(COVERAGE_DIR): ; $(info Creating directory $@...)
@mkdir -p $@
Expand Down

0 comments on commit f4a86e0

Please sign in to comment.