From 0649f2b7def1e98726a28cab5d21805ec0805fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Sat, 28 Sep 2024 23:47:15 +0200 Subject: [PATCH] DEbug --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9f1df9b6..5fcd70fa 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ build: -gcflags "-trimpath $(GOPATH)/src" test: + ls -lisa go test -race -coverprofile=profile.cov ./... image: