We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df0576 commit f0f8534Copy full SHA for f0f8534
.github/workflows/ci.yml
@@ -103,7 +103,7 @@ jobs:
103
- name: Check how many tests failed
104
if: steps.nextest.outcome == 'failure'
105
env:
106
- LC_ALL: C
+ LC_ALL: C.utf8
107
# FIXME: Change to 15 after verifying that the last step can fail.
108
# See https://github.com/GitoxideLabs/gitoxide/issues/1358.
109
EXPECTED_FAILURE_COUNT: 13
0 commit comments