From f699f33903fa84aac0e3b2f292464b43e7364f47 Mon Sep 17 00:00:00 2001 From: Alex Xiong Date: Sun, 28 Apr 2024 17:47:36 +0800 Subject: [PATCH] update ci for unused dep (#574) --- .github/workflows/periodic_checks.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/periodic_checks.yml b/.github/workflows/periodic_checks.yml index f4c1ca2e1..9468090f0 100644 --- a/.github/workflows/periodic_checks.yml +++ b/.github/workflows/periodic_checks.yml @@ -23,6 +23,4 @@ jobs: - name: Run cargo-udeps uses: aig787/cargo-udeps-action@v1 with: - # not using --all-targets because --examples need "--features test-srs" - # checking the rest is sufficient for udeps purposes. - args: "--workspace --tests --lib --bins --benches" + args: "--workspace --all-targets --features 'test-srs test-apis bls schnorr gadgets'"