Skip to content

Run verify in CI #35

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

Merged
merged 3 commits into from
Dec 16, 2024
Merged

Conversation

tcharding
Copy link
Member

@tcharding tcharding commented Dec 13, 2024

The verify crate is a dev tool and should not have been included in the workspace because it has no lock file requirements.

Exclude verify from the workspace and update the lock files and add a job that runs it from CI.

The `verify` crate is a dev tool and should not have been included in
the workspace because it has no lock file requirements.

Exclude `verify` from the workspace and update the lock files.
@tcharding tcharding mentioned this pull request Dec 13, 2024
@apoelstra
Copy link
Member

We can do this, but FYI if you remove stuff from the workspace I will never test it again because it's effectively invisible to me.

@tcharding
Copy link
Member Author

hmm, I'll put some thought into whether we want to actually run verify in CI or whether it being invisible is ok.

@tcharding tcharding marked this pull request as draft December 14, 2024 22:34
Add a version arg to the `verify` command. Use `clap` to do so.
Add a job that runs `verify --all` to CI.
@tcharding tcharding changed the title Exclude verify from workspace Run verify in CI Dec 16, 2024
@tcharding tcharding marked this pull request as ready for review December 16, 2024 00:29
@tcharding
Copy link
Member Author

Gotta run, if this goes red don't waist your time on in @apoelstra I'll come back.

Copy link
Member

@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK b2d962c; successfully ran local tests; though "local tests" no longer include verify :)

@tcharding tcharding merged commit 20d6a04 into rust-bitcoin:master Dec 16, 2024
27 checks passed
@tcharding tcharding deleted the 12-13-workspace branch December 18, 2024 01:46
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.

2 participants