mirror of
https://github.com/telemt/telemt.git
synced 2026-05-17 08:26:39 +03:00
Update test.yml
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
- run: cargo fmt -- --check
|
||||
|
||||
# ==========================
|
||||
# Test
|
||||
# Tests
|
||||
# ==========================
|
||||
test:
|
||||
name: Test
|
||||
@@ -99,7 +99,7 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-cargo-
|
||||
|
||||
- run: cargo clippy -j $(nproc) -- --cap-lints warn
|
||||
- run: cargo clippy -- --cap-lints warn
|
||||
|
||||
# ==========================
|
||||
# Udeps
|
||||
@@ -130,4 +130,5 @@ jobs:
|
||||
- name: Install cargo-udeps
|
||||
run: cargo install cargo-udeps || true
|
||||
|
||||
# тоже не валит билд
|
||||
- run: cargo udeps || true
|
||||
|
||||
Reference in New Issue
Block a user