diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index bea30ec..04dd857 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -29,10 +29,10 @@ jobs: - name: Check TODOs uses: kemitix/todo-checker@v1.1.0 - # - name: Machete - # uses: https://git.kemitix.net/kemitix/rust@v2.6.0 - # with: - # args: ${{ matrix.toolchain.name }} cargo machete + - name: Machete + uses: https://git.kemitix.net/kemitix/rust@v2.6.0 + with: + args: ${{ matrix.toolchain.name }} cargo machete - name: Format uses: https://git.kemitix.net/kemitix/rust@v2.6.0 diff --git a/justfile b/justfile index 6ae20e6..501dcb6 100644 --- a/justfile +++ b/justfile @@ -5,7 +5,7 @@ build: cargo fmt cargo fmt --check cargo clippy --no-deps --fix --allow-dirty - # cargo machete + cargo machete # cargo build cargo tarpaulin --engine llvm --tests --line --skip-clean --out Html Lcov cargo llvm-cov --html --tests