Welcome to mirror list, hosted at ThFree Co, Russian Federation.

init_test.go « repocleaner « praefect « internal - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e446c055ba491d8cfa71edcb5323efab6c514d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//go:build !gitaly_test_sha256

package repocleaner

import (
	"testing"

	"gitlab.com/gitlab-org/gitaly/v15/internal/testhelper"
)

func TestMain(m *testing.M) {
	testhelper.Run(m)
}