We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a68f13 commit 6cdd2c0Copy full SHA for 6cdd2c0
.github/workflows/test.yml
@@ -43,11 +43,10 @@ jobs:
43
cargo build --verbose --features oniguruma --release --target ${{ matrix.target }}
44
fi
45
mv target/${{matrix.target}}/release/teip target/release
46
- - name: Setup upterm session
47
- uses: lhotari/action-upterm@v1
48
- name: Run tests
49
timeout-minutes: 10
50
run: |
+ export LANG=C.UTF-8 LC_ALL=C.UTF-8
51
cargo test --verbose --features oniguruma
52
bash tests/test_large_file.sh
53
bash tests/test_long_line.sh
0 commit comments