Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

feat(ci): add security audit, rename files#484

Draft
mempirate wants to merge 14 commits into
unstablefrom
jonas/ci/cargo-audit
Draft

feat(ci): add security audit, rename files#484
mempirate wants to merge 14 commits into
unstablefrom
jonas/ci/cargo-audit

Conversation

@mempirate

@mempirate mempirate commented Nov 28, 2024

Copy link
Copy Markdown
Contributor

Closes #415

@0ex-d

0ex-d commented Jan 12, 2025

Copy link
Copy Markdown
Contributor

Brilliant! may I suggest addition of cd bolt-sidecar && cargo hack check --all-features
Crate

@mempirate

Copy link
Copy Markdown
Contributor Author

Hey @0ex-d thanks for the suggestion, I tried looking into what benefits cargo hack has over regular cargo check, but it's a bit unclear. What do you like about it?

@0ex-d

0ex-d commented Jan 15, 2025

Copy link
Copy Markdown
Contributor

I use cargo hack check --feature-powerset. It does a thing of mixing various features and testing this scenerios.
More like:

cargo check --features "json keystore-tests"
cargo check --no-default-features
cargo check --all-features
...

Ref: https://github.com/taiki-e/cargo-hack?tab=readme-ov-file#--feature-powerset

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add rustsec action

2 participants