Skip to content

Commit 689cb7b

Browse files
committed
Set LC_ALL environment variable for test
1 parent 59bf7e4 commit 689cb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
- name: Run tests
4747
timeout-minutes: 10
4848
run: |
49-
cargo test --verbose --features oniguruma
49+
LC_ALL=ja_JP.UTF-8 cargo test --verbose --features oniguruma
5050
bash tests/test_large_file.sh
5151
bash tests/test_long_line.sh

0 commit comments

Comments
 (0)