test: Mark PDF tests as integration tests (skip in CI)

- Add '// +build integration' tag to exclude from default test runs
- CI runs fast unit tests only (no Chrome dependency)
- Full test suite available with: go test -tags=integration ./...

PDF tests require Chrome browser and are run manually before releases.
This commit is contained in:
juanatsap
2025-11-20 14:00:43 +00:00
parent 32814c4796
commit 96d34d5f6f
+2
View File
@@ -1,3 +1,5 @@
// +build integration
package handlers
import (