Skip to content

Commit 15c8702

Browse files
committed
merge
1 parent c30e1f7 commit 15c8702

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
@@ -68,7 +68,7 @@ func FindTests(t *testing.T, root, testctx string) []*Testcase {
6868
if err != nil {
6969
return err
7070
}
71-
if info.Name() == "sqlc.json" || info.Name() == "sqlc.yaml" {
71+
if info.Name() == "sqlc.json" || info.Name() == "sqlc.yaml" || info.Name() == "sqlc.yml" {
7272
dir := filepath.Dir(path)
7373
tcs = append(tcs, &Testcase{
7474
Path: dir,

0 commit comments

Comments
 (0)