Skip to content

Comments

chore: run Cargo checks on the Hydra CI#120

Merged
vladimirvolek merged 1 commit intomainfrom
chore/ci-cargo-checks
Jan 21, 2025
Merged

chore: run Cargo checks on the Hydra CI#120
vladimirvolek merged 1 commit intomainfrom
chore/ci-cargo-checks

Conversation

@michalrus
Copy link
Member

Context

Currently we’re not running these anywhere in CI:

  • cargo clippy – a general linter,
  • cargo doc – for checking intra-doc links,
  • cargo audit – checking for known CVEs in the RustSec Advisory Database,
  • cargo deny – checking licensing compatibility.

I also moved cargo test from the package to a separate check that is run with cargo nextest, which has much clearer and more informative output that the built-in cargo test.

Important Changes Introduced

none

@michalrus michalrus force-pushed the chore/ci-cargo-checks branch from e661ee2 to 32a9c62 Compare January 20, 2025 18:21
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 20, 2025

Deploying blockfrost-platform with  Cloudflare Pages  Cloudflare Pages

Latest commit: 32a9c62
Status: ✅  Deploy successful!
Preview URL: https://a3d6bfa8.blockfrost-platform.pages.dev
Branch Preview URL: https://chore-ci-cargo-checks.blockfrost-platform.pages.dev

View logs

@vladimirvolek vladimirvolek merged commit aa11b8d into main Jan 21, 2025
8 checks passed
@michalrus michalrus deleted the chore/ci-cargo-checks branch January 21, 2025 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants