From 902990b4114f0051ad701f425d11ccfe1d89064f Mon Sep 17 00:00:00 2001 From: Satchmo Date: Thu, 12 Sep 2024 21:49:38 -0400 Subject: [PATCH] include test files --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 330d1c1..ecdbe6a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -13,7 +13,7 @@ run: issues-exit-code: 1 # include test files or not, default is true - tests: false + tests: true # list of build tags, all linters use it. Default is empty list. build-tags: