Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Draft
wants to merge 14 commits into
base: unstable
Choose a base branch
from

Conversation

mempirate
Copy link
Contributor

@mempirate mempirate commented Nov 28, 2024

Closes #415

@0ex-d
Copy link
Contributor

0ex-d commented Jan 12, 2025

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

@mempirate
Copy link
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
Copy link
Contributor

0ex-d commented Jan 15, 2025

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 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.

Add rustsec action
2 participants