From b30c3ddf5301e41e6acf0e63a40ff6e1bcacef6f Mon Sep 17 00:00:00 2001 From: Alexandre Negrel Date: Tue, 9 Jan 2024 19:35:33 +0100 Subject: [PATCH] fix test/unit make target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c2a315..b31fec2 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ lint/fix: .PHONY: test/unit test/unit: - source ./.env && go test -v ./... + go test -v ./... .PHONY: test/e2e test/e2e: