update make test target

This commit is contained in:
Shawn Smith
2021-11-27 16:37:22 +09:00
parent 7455924850
commit ef334ac874

View File

@@ -20,7 +20,7 @@ staticcheck:
staticcheck ./...
test:
go test -cover ./check ./handlers
go test -cover ./...
start:
go run main.go