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

Add test-features recipe to justfile #276

Merged
merged 1 commit into from
Nov 18, 2024

Commits on Nov 17, 2024

  1. Add test-features recipe to justfile

    Created a `.sh` script using the `cargo-hack` tool in order to easily test all feature combinations. This is done in `--release` mode to reduce the size of the compiled artifacts.
    
    The script is located in a new `contrib` directory (same approach followed by `rust-bitcoin` crates). This will be useful for CI as well.
    JoseSK999 committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    0f276c8 View commit details
    Browse the repository at this point in the history