Skip to content

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

3 participants