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

add some unit tests to check ratatui support

because doctests are run with tui-rs
Этот коммит содержится в:
rhysd
2023-04-13 23:10:34 +09:00
родитель 70279751ee
Коммит 87c6b03edf
4 изменённых файлов: 89 добавлений и 1 удалений

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

@@ -18,7 +18,7 @@ jobs:
if: ${{ matrix.os != 'windows-latest' }}
- run: cargo test --features=search -- --skip src\lib.rs
if: ${{ matrix.os == 'windows-latest' }}
- run: cargo test --no-default-features --features=ratatui-crossterm,search -- --skip src
- run: cargo test --no-default-features --features=ratatui-crossterm,search -- --skip .rs
lint:
runs-on: ubuntu-latest
steps: