1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-09-08 00:15:50 +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 profile: minimal
toolchain: stable toolchain: stable
override: true override: true
- uses: Swatinem/rust-cache@v1 - uses: Swatinem/rust-cache@v2
- run: cargo test --all-features -- --skip src/lib.rs - run: cargo test --all-features -- --skip src/lib.rs
if: ${{ matrix.os != 'windows-latest' }} if: ${{ matrix.os != 'windows-latest' }}
- run: cargo test --features=search -- --skip src\lib.rs - run: cargo test --features=search -- --skip src\lib.rs
@@ -34,7 +34,7 @@ jobs:
toolchain: stable toolchain: stable
components: rustfmt, clippy components: rustfmt, clippy
override: true override: true
- uses: Swatinem/rust-cache@v1 - uses: Swatinem/rust-cache@v2
- run: cargo fmt -- --check - run: cargo fmt -- --check
- run: cargo clippy --examples --all-features -- -D warnings - run: cargo clippy --examples --all-features -- -D warnings
- run: cargo clippy --no-default-features -- -D warnings - run: cargo clippy --no-default-features -- -D warnings