From 1bcffe2d230fee3c1493ece66e7667606ffab6a1 Mon Sep 17 00:00:00 2001 From: lash Date: Sat, 15 Mar 2025 02:22:48 +0000 Subject: [PATCH] Make tests work without configreport flag --- config/config_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/config_test.go b/config/config_test.go index 503fcb3..6c07375 100644 --- a/config/config_test.go +++ b/config/config_test.go @@ -1,3 +1,5 @@ +// +build configreport + package config import (