1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

chore: set log level to trace for runner tests

This commit is contained in:
Earl Warren 2025-09-15 15:26:16 +02:00
parent 5c93da6fc7
commit b3c603644a
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -20,6 +20,10 @@ import (
"github.com/stretchr/testify/require"
)
func init() {
log.SetLevel(log.TraceLevel)
}
func TestExplainFailedGenerateWorkflow(t *testing.T) {
logged := ""
log := func(message string, args ...any) {