Update test.yml

This commit is contained in:
Alexey 2026-03-24 21:14:12 +03:00 committed by GitHub
parent 80917f5abc
commit 41668b153d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,7 @@ jobs:
- run: cargo fmt -- --check - run: cargo fmt -- --check
# ========================== # ==========================
# Test # Tests
# ========================== # ==========================
test: test:
name: Test name: Test
@ -99,7 +99,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-cargo- ${{ runner.os }}-cargo-
- run: cargo clippy -j $(nproc) -- --cap-lints warn - run: cargo clippy -- --cap-lints warn
# ========================== # ==========================
# Udeps # Udeps
@ -130,4 +130,5 @@ jobs:
- name: Install cargo-udeps - name: Install cargo-udeps
run: cargo install cargo-udeps || true run: cargo install cargo-udeps || true
# тоже не валит билд
- run: cargo udeps || true - run: cargo udeps || true