Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed Jan 24, 2024
1 parent 2b20539 commit 04b2fe6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
name: test
runs-on: ${{matrix.os}}
env:
LANG: C.UTF-8
LC_ALL: C.UTF-8
LC_CTYPE: C.UTF-8
LANG: ja_JP.UTF-8
LC_ALL: ja_JP.UTF-8
if: "! contains(github.event.head_commit.message, '[skip ci]')"
strategy:
matrix:
Expand Down Expand Up @@ -50,6 +49,8 @@ jobs:
- name: Run tests
timeout-minutes: 10
run: |
echo 'あ' | sed 's/./@/g'
env
cargo test --verbose --features oniguruma
bash tests/test_large_file.sh
bash tests/test_long_line.sh

0 comments on commit 04b2fe6

Please sign in to comment.