From 1e222b67fe5d47aba02827c6746c49a11ba3c743 Mon Sep 17 00:00:00 2001 From: Markus Wüstenberg Date: Wed, 5 Mar 2025 12:00:11 +0100 Subject: Benchmark large document and run in CI (#246) Fixes #229--- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 67a1e22..885401e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: benchmark benchmark: - go test -bench=. + go test -bench=. ./... .PHONY: cover cover: @@ -13,4 +13,3 @@ lint: .PHONY: test test: go test -coverprofile=cover.out -shuffle on ./... - -- cgit 1.4.1