Skip to content

Commit

Permalink
update ci for unused dep (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxiong committed Apr 28, 2024
1 parent 4164c42 commit f699f33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/periodic_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'"

0 comments on commit f699f33

Please sign in to comment.