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:
@@ -1,3 +1,5 @@
|
||||
// +build integration
|
||||
|
||||
package handlers
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user