Closed zachcran closed 2 years ago
@ryanmrichard Do we need you to override the required tests that are not ever going to run?
@zachcran yeah it needs an admin override when the CI doesn't run. Do you make PRs from forks for other repos too?
@ryanmrichard Yeah, I exclusively use forks to make PRs, except for one or two minor changes to README files.
Status
Brief Description
In #105, I forgot to test the suggested changes that I accepted into the repo, and it was merged without the CI checks since they were not running. This should fix the compile issues in
tolower_string
andtoupper_string
. I tested the build locally after the changes; the code compiles now and unit tests pass!