main: help golang-ci to find the "main" symbol in the tests

This commit is contained in:
Michael Vogt 2025-01-09 17:08:23 +01:00 committed by Ondřej Budai
parent c1454864c4
commit ffc676e3d0
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/osbuild/image-builder-cli/cmd/image-builder"
main "github.com/osbuild/image-builder-cli/cmd/image-builder"
)
func TestFindDistro(t *testing.T) {