Remove Go test files from .dockerignore; this will enable the CI system to run tests before building.

This commit is contained in:
2026-02-08 08:55:35 -06:00
parent cff8c5f593
commit c96a6bb78b

View File

@@ -1,6 +1,5 @@
.git .git
.gitignore .gitignore
**/*_test.go
**/*.md **/*.md
dist/ dist/
tmp/ tmp/