1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-08-28 11:36:17 +03:00

use rust,ignore code fences in readme.md (fix #34)

so that we no longer need to add `--skip` on `cargo test`
Этот коммит содержится в:
rhysd
2023-10-19 11:36:27 +09:00
родитель 455df52464
Коммит f4cd38ed50
4 изменённых файлов: 25 добавлений и 30 удалений

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

@@ -14,10 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test --features=search -- --skip src/lib.rs
if: ${{ matrix.os != 'windows-latest' }}
- run: cargo test --features=search -- --skip src\lib.rs
if: ${{ matrix.os == 'windows-latest' }}
- run: cargo test --features=search
- run: cargo test --no-default-features --features=ratatui-crossterm,search -- --skip .rs
- run: cargo test --no-default-features --features=your-backend,search -- --skip .rs
- run: cargo test --no-default-features --features=ratatui-your-backend,search -- --skip .rs