We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30e1f7 commit 15c8702Copy full SHA for 15c8702
1 file changed
internal/endtoend/case_test.go
@@ -68,7 +68,7 @@ func FindTests(t *testing.T, root, testctx string) []*Testcase {
68
if err != nil {
69
return err
70
}
71
- if info.Name() == "sqlc.json" || info.Name() == "sqlc.yaml" {
+ if info.Name() == "sqlc.json" || info.Name() == "sqlc.yaml" || info.Name() == "sqlc.yml" {
72
dir := filepath.Dir(path)
73
tcs = append(tcs, &Testcase{
74
Path: dir,
0 commit comments