Skip to content

Commit

Permalink
Fixed the tests reference in the all rule of the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
flyck authored and mstoykov committed Oct 25, 2023
1 parent 9892075 commit 0f204b9
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
@@ -1,7 +1,7 @@
MAKEFLAGS += --silent
GOLANGCI_LINT_VERSION = $(shell head -n 1 .golangci.yml | tr -d '\# ')

all: clean format test build
all: clean format tests build

## build: Builds the 'k6' binary.
build:
Expand Down

0 comments on commit 0f204b9

Please sign in to comment.