We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59bf7e4 commit 689cb7bCopy full SHA for 689cb7b
.github/workflows/test.yml
@@ -46,6 +46,6 @@ jobs:
46
- name: Run tests
47
timeout-minutes: 10
48
run: |
49
- cargo test --verbose --features oniguruma
+ LC_ALL=ja_JP.UTF-8 cargo test --verbose --features oniguruma
50
bash tests/test_large_file.sh
51
bash tests/test_long_line.sh
0 commit comments