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

add tests and document for text search

Этот коммит содержится в:
rhysd
2022-07-08 11:59:59 +09:00
родитель 86bd8dd6ef
Коммит 8320fcdbb8
3 изменённых файлов: 143 добавлений и 4 удалений

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

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