We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8483e57 commit bf440e3Copy full SHA for bf440e3
1 file changed
internal/endtoend/case_test.go
@@ -61,7 +61,7 @@ func FindTests(t *testing.T, root string) []*Testcase {
61
if err != nil {
62
return err
63
}
64
- if info.Name() == "sqlc.json" || info.Name() == "sqlc.yaml" {
+ if info.Name() == "sqlc.json" || info.Name() == "sqlc.yaml" || info.Name() == "sqlc.yml" {
65
dir := filepath.Dir(path)
66
tcs = append(tcs, &Testcase{
67
Path: dir,
0 commit comments