In #1651 I configured CI to start running a more full matrix of languages on each runner, notably including c when testing any language in addition to the previous inclusion of testing rust. This uncovered a failure in Go with the strings test which is now disabled.
In #1651 I configured CI to start running a more full matrix of languages on each runner, notably including
cwhen testing any language in addition to the previous inclusion of testingrust. This uncovered a failure in Go with thestringstest which is now disabled.