From c96a6bb78b9deee0771d8aa26298c614279aa5b7 Mon Sep 17 00:00:00 2001 From: Eric Rakestraw Date: Sun, 8 Feb 2026 08:55:35 -0600 Subject: [PATCH] Remove Go test files from .dockerignore; this will enable the CI system to run tests before building. --- .dockerignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index be96cfd..dcca4a8 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,5 @@ .git .gitignore -**/*_test.go **/*.md dist/ tmp/