Skip to content

Commit 5df0576

Browse files
committed
Set LC_ALL=C to simplify parsing and let grep -P work
1 parent 8bf4517 commit 5df0576

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
- name: Check how many tests failed
104104
if: steps.nextest.outcome == 'failure'
105105
env:
106+
LC_ALL: C
106107
# FIXME: Change to 15 after verifying that the last step can fail.
107108
# See https://github.com/GitoxideLabs/gitoxide/issues/1358.
108109
EXPECTED_FAILURE_COUNT: 13

0 commit comments

Comments
 (0)