Skip to content

Commit bf440e3

Browse files
committed
merge
1 parent 8483e57 commit bf440e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/endtoend/case_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func FindTests(t *testing.T, root string) []*Testcase {
6161
if err != nil {
6262
return err
6363
}
64-
if info.Name() == "sqlc.json" || info.Name() == "sqlc.yaml" {
64+
if info.Name() == "sqlc.json" || info.Name() == "sqlc.yaml" || info.Name() == "sqlc.yml" {
6565
dir := filepath.Dir(path)
6666
tcs = append(tcs, &Testcase{
6767
Path: dir,

0 commit comments

Comments
 (0)