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 #119

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tcharding
Copy link
Collaborator

@tcharding tcharding commented May 17, 2024

As we have been doing in other crates, use the new maintainer tools test script we created from rust-bitcoin/rust-bitcoin-maintainer-tools/ci.

  • This should not change test coverage in any meaningful way.
  • The integration tests are not currently run in CI, this patch preserves that behaviour.
  • Introduces recent/minimal lock files.

@tcharding tcharding mentioned this pull request May 17, 2024
@apoelstra
Copy link
Owner

Looks like the serde_json version is too low and some other crates' versions are too high, in the lockfiles.

We also probably want to pin nightly rustc in the same PR.

@tcharding tcharding marked this pull request as draft May 31, 2024 01:54
@tcharding tcharding force-pushed the 05-17-ci-maintainer-tools branch 2 times, most recently from 78f6004 to 0513663 Compare May 31, 2024 02:01
@tcharding
Copy link
Collaborator Author

Note please the recent and minimal lock files are the same. I spent 10 minutes trying to fix them otherwise, but my fingers started to bleed.

Also, I'll fix the lint job after #117 goes in.

In preparation for using a pinned nightly in CI add a `nightly-version`
file and also a `justfile` that uses it.
As we have been doing in other crates, use the new maintainer tools test
script we created from `rust-bitcoin/rust-bitcoin-maintainer-tools/ci`.

- This should not change test coverage in any meaningful way.
- The integration tests are not currently run in CI, this patch
  preserves that behaviour.
- Introduces recent/minimal lock files.
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.

None yet

2 participants