build: use cargo-machete
This commit is contained in:
parent
d00f3337f9
commit
0b2bd30279
2 changed files with 5 additions and 5 deletions
|
@ -29,10 +29,10 @@ jobs:
|
||||||
- name: Check TODOs
|
- name: Check TODOs
|
||||||
uses: kemitix/todo-checker@v1.1.0
|
uses: kemitix/todo-checker@v1.1.0
|
||||||
|
|
||||||
# - name: Machete
|
- name: Machete
|
||||||
# uses: https://git.kemitix.net/kemitix/rust@v2.6.0
|
uses: https://git.kemitix.net/kemitix/rust@v2.6.0
|
||||||
# with:
|
with:
|
||||||
# args: ${{ matrix.toolchain.name }} cargo machete
|
args: ${{ matrix.toolchain.name }} cargo machete
|
||||||
|
|
||||||
- name: Format
|
- name: Format
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.6.0
|
uses: https://git.kemitix.net/kemitix/rust@v2.6.0
|
||||||
|
|
2
justfile
2
justfile
|
@ -5,7 +5,7 @@ build:
|
||||||
cargo fmt
|
cargo fmt
|
||||||
cargo fmt --check
|
cargo fmt --check
|
||||||
cargo clippy --no-deps --fix --allow-dirty
|
cargo clippy --no-deps --fix --allow-dirty
|
||||||
# cargo machete
|
cargo machete
|
||||||
# cargo build
|
# cargo build
|
||||||
cargo tarpaulin --engine llvm --tests --line --skip-clean --out Html Lcov
|
cargo tarpaulin --engine llvm --tests --line --skip-clean --out Html Lcov
|
||||||
cargo llvm-cov --html --tests
|
cargo llvm-cov --html --tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue