Support min/max-length bounds for strings. Not sure if this change is a good idea, but I was looking for a way to support minLength/maxLength for JSON specs. https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-validation-01#name-validation-keywords-for-str So I tried to follow the standard already established by integer bounds and implemented the similar thing for strings.
| Time to Start | Worker time | Duration | Time to finish | Idle | |
| Config | 0s | 3s | 3s | 3s | 0s |
| Eval | 3s | 36s | 36s | 39s | 0s |
| Build | 8s | 33m27s | 11m03s | 11m11s | 0s |
| Suite | 0s | 34m07s | 11m11s | 11m11s | 0s |