diff --git a/run_integration_tests.go b/run_integration_tests.go index a4ae68dbd..0cee85805 100644 --- a/run_integration_tests.go +++ b/run_integration_tests.go @@ -364,7 +364,7 @@ func runGofmt() error { } func runGlyphcheck() error { - cmd := exec.Command("glyphcheck", "./...") + cmd := exec.Command("glyphcheck", "./cmd/...", "./internal/...") cmd.Stderr = os.Stderr buf, err := cmd.Output()