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:
parent
5c93da6fc7
commit
b3c603644a
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ import (
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
func init() {
|
||||||
|
log.SetLevel(log.TraceLevel)
|
||||||
|
}
|
||||||
|
|
||||||
func TestExplainFailedGenerateWorkflow(t *testing.T) {
|
func TestExplainFailedGenerateWorkflow(t *testing.T) {
|
||||||
logged := ""
|
logged := ""
|
||||||
log := func(message string, args ...any) {
|
log := func(message string, args ...any) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue