package main_test import ( "context" "testing" main "gitea/show-ingestion" ) func TestRun(t *testing.T) { if err := main.Run(context.Background()); err != nil { t.Fatal(err) } }