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

Use rust-bitcoin-maintainer-tools and re-write CI #348

Merged
merged 2 commits into from
May 9, 2024

Commits on May 7, 2024

  1. CI: Reduce indentation

    Make the indentation like it is in other repositories in this org. Done
    in preparation for further patching of the workflow.
    
    Whitespace only.
    tcharding committed May 7, 2024
    Configuration menu
    Copy the full SHA
    41c457e View commit details
    Browse the repository at this point in the history
  2. CI: Use script from rust-bitcoin-maintainer-tools

    We have a CI script in the `rust-bitcoin-maintainer-tools` repository,
    lets use it.
    
    Requires adding `Cargo-minimal.lock` and `Cargo-recent.lock`. Both these
    lock files are tested with all three toolchains (msrv, stable, nightly).
    
    Note, I could not find a more recent set of dependencies that works so
    the two lock files are the same.
    tcharding committed May 7, 2024
    Configuration menu
    Copy the full SHA
    93602a9 View commit details
    Browse the repository at this point in the history