1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-09-03 14:26:17 +03:00

fix CI failure since termion does not support Windows

Этот коммит содержится в:
rhysd
2022-07-08 12:53:46 +09:00
родитель 1db4830a3c
Коммит e78171913a

2
.github/workflows/ci.yml поставляемый
Просмотреть файл

@@ -20,7 +20,7 @@ jobs:
- uses: Swatinem/rust-cache@v1
- run: cargo test --all-features -- --skip src/lib.rs
if: ${{ matrix.os != 'windows-latest' }}
- run: cargo test --all-features -- --skip src\lib.rs
- run: cargo test --features=search -- --skip src\lib.rs
if: ${{ matrix.os == 'windows-latest' }}
lint:
runs-on: ubuntu-latest