зеркало из
https://github.com/glebtv/tui-textarea.git
synced 2026-09-08 00:15:50 +03:00
use rust-cache action v2
Этот коммит содержится в:
4
.github/workflows/ci.yml
поставляемый
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
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user