Skip to content

Commit 6cdd2c0

Browse files
committed
remove debugging and add C.UTF-8 locale
1 parent 2a68f13 commit 6cdd2c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@ jobs:
4343
cargo build --verbose --features oniguruma --release --target ${{ matrix.target }}
4444
fi
4545
mv target/${{matrix.target}}/release/teip target/release
46-
- name: Setup upterm session
47-
uses: lhotari/action-upterm@v1
4846
- name: Run tests
4947
timeout-minutes: 10
5048
run: |
49+
export LANG=C.UTF-8 LC_ALL=C.UTF-8
5150
cargo test --verbose --features oniguruma
5251
bash tests/test_large_file.sh
5352
bash tests/test_long_line.sh

0 commit comments

Comments
 (0)