Skip to content

Commit

Permalink
build: remove --tests from make build
Browse files Browse the repository at this point in the history
  • Loading branch information
devmatteini committed Dec 8, 2023
1 parent 5011b86 commit af0972c
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 @@ CARGO_TARGET_FLAG := $(if ${CARGO_TARGET},--target ${CARGO_TARGET},)
all: format-check build lint test

build:
${CARGO_BIN} build --tests ${CARGO_TARGET_FLAG}
${CARGO_BIN} build ${CARGO_TARGET_FLAG}

build-docker: build
# @ prevents to show github token in output
Expand Down

0 comments on commit af0972c

Please sign in to comment.