1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-09-03 14:26:17 +03:00
Этот коммит содержится в:
rhysd
2022-07-23 11:22:09 +09:00
родитель 8097183e75
Коммит ae4dc99eea

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

@@ -17,7 +17,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- run: cargo test --all-features -- --skip src/lib.rs
if: ${{ matrix.os != 'windows-latest' }}
- run: cargo test --features=search -- --skip src\lib.rs
@@ -34,7 +34,7 @@ jobs:
toolchain: stable
components: rustfmt, clippy
override: true
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- run: cargo fmt -- --check
- run: cargo clippy --examples --all-features -- -D warnings
- run: cargo clippy --no-default-features -- -D warnings