From 1a28225108407fb1ad4f5b566ff2d8db74493ba1 Mon Sep 17 00:00:00 2001 From: Ludovic Cleroux Date: Tue, 4 Jul 2023 09:20:58 +0200 Subject: [PATCH] Setup tools before CI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6191c05..87bb25a 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ lint: setup-tools golangci-lint run .PHONY: all -all: test lint +all: setup-tools test lint .PHONY: ci ci: all test-sanity