From 17422b64cb6bc823282d335b4644e3b7edff9377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Sm=C3=B3=C5=82ka?= Date: Sun, 25 Aug 2024 23:04:08 +0200 Subject: [PATCH] . --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index c214467..c446c83 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,9 @@ test_race: test_stress: go test -tags=stress -parallel 30 -timeout=15m ./... +test_codecov: up wait + go test -coverprofile=coverage.out -covermode=atomic ./... + bench: go test -bench ./...