Merge branch 'main' into flow

This commit is contained in:
Alexey 2026-03-24 21:11:11 +03:00 committed by GitHub
commit 1d2f88ad29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 5 deletions

View File

@ -34,7 +34,7 @@ jobs:
- run: cargo fmt -- --check
# ==========================
# Tests
# Test
# ==========================
test:
name: Test
@ -61,7 +61,14 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-
- run: cargo test --verbose
- name: Install nextest
uses: taiki-e/install-action@nextest
- name: Build tests
run: cargo test --no-run -j $(nproc)
- name: Run tests
run: cargo nextest run --all-features --no-fail-fast
# ==========================
# Clippy
@ -92,7 +99,7 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-
- run: cargo clippy -- --cap-lints warn
- run: cargo clippy -j $(nproc) -- --cap-lints warn
# ==========================
# Udeps
@ -123,5 +130,4 @@ jobs:
- name: Install cargo-udeps
run: cargo install cargo-udeps || true
# тоже не валит билд
- run: cargo udeps || true