From 0f204b9dbebaca11d286e11eaf8e114e26acf257 Mon Sep 17 00:00:00 2001 From: flyck Date: Sun, 22 Oct 2023 01:07:12 +0200 Subject: [PATCH] Fixed the tests reference in the all rule of the Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f701f701ccc..0678dd80de0 100644 --- a/Makefile +++ b/Makefile @@ -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: