Skip to content

Commit 04b2fe6

Browse files
committed
update
1 parent 2b20539 commit 04b2fe6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
name: test
1919
runs-on: ${{matrix.os}}
2020
env:
21-
LANG: C.UTF-8
22-
LC_ALL: C.UTF-8
23-
LC_CTYPE: C.UTF-8
21+
LANG: ja_JP.UTF-8
22+
LC_ALL: ja_JP.UTF-8
2423
if: "! contains(github.event.head_commit.message, '[skip ci]')"
2524
strategy:
2625
matrix:
@@ -50,6 +49,8 @@ jobs:
5049
- name: Run tests
5150
timeout-minutes: 10
5251
run: |
52+
echo 'あ' | sed 's/./@/g'
53+
env
5354
cargo test --verbose --features oniguruma
5455
bash tests/test_large_file.sh
5556
bash tests/test_long_line.sh

0 commit comments

Comments
 (0)