From 35dbe086fab100f7e397eaf2711a9cfec4a887e3 Mon Sep 17 00:00:00 2001 From: Chris Macklin Date: Wed, 6 Mar 2024 18:57:41 -0800 Subject: [PATCH] run machete and remove it from CI --- .github/workflows/test.yaml | 4 ---- Cargo.lock | 1 - enclone_tools/Cargo.toml | 1 - 3 files changed, 6 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8bf46bad9..56b788824 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -78,10 +78,6 @@ jobs: - name: Remove the Cargo target directory if: github.ref == 'refs/heads/master' run: cargo clean - - name: Check unused dependencies - uses: 10XGenomics/cargo-machete-action@main - with: - version: 0.6.0 - name: build-enclone run: cargo build - name: download test data diff --git a/Cargo.lock b/Cargo.lock index 29dd246e2..98e832829 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -991,7 +991,6 @@ dependencies = [ "itertools", "lz4", "pager", - "perf_stats", "pretty_trace", "rayon", "serde_json", diff --git a/enclone_tools/Cargo.toml b/enclone_tools/Cargo.toml index 3ab07f642..08305ad16 100644 --- a/enclone_tools/Cargo.toml +++ b/enclone_tools/Cargo.toml @@ -38,7 +38,6 @@ flate2.workspace = true io_utils.workspace = true itertools.workspace = true lz4.workspace = true -perf_stats.workspace = true pretty_trace.workspace = true rayon.workspace = true serde_json.workspace = true