Add make find-tests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc
2025-08-27 10:24:00 -04:00
committed by 3wordchant
parent e04af4e582
commit acb6170768

View File

@ -58,6 +58,9 @@ check:
test:
@go test ./... -cover -v
find-tests:
@find . -name "*_test.go"
loc:
@find . -name "*.go" | xargs wc -l