//go:build integration package integrationtest import ( "os" "testing" ) func TestMain(m *testing.M) { os.Exit(RunMain(m)) }