package integration import ( "os" "testing" ) func TestMain(m *testing.M) { // Run tests code := m.Run() os.Exit(code) }