From 76f4cf71d6654a37e4710cf62f85700bcf25fd11 Mon Sep 17 00:00:00 2001 From: xermicus Date: Fri, 28 Feb 2025 16:05:53 +0100 Subject: [PATCH] ci: re-enable the machete (#249) Signed-off-by: Cyrill Leutwiler --- .github/workflows/test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9e99270..d265e63 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,10 +41,8 @@ jobs: sudo apt update sudo apt install -y ethereum - # Disabled for now (always install the latest version despite setting it): - # https://github.com/bnjbvr/cargo-machete/issues/156 - #- name: Machete - # uses: bnjbvr/cargo-machete@v0.7.0 + - name: Machete + uses: bnjbvr/cargo-machete@v0.7.1 - name: Format run: make format