-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
new-featureA new functionality requestA new functionality request
Description
Description:
A Github workflow that runs cargo install --path . as well as cargo install patch-hub (if and when patch-hub is published to crates.io) to ensure that the commit did not break installation.
Motivation:
Even though we already have a workflow to run cargo build, cargo install does not use the lock file to determine version info. This can lead to different versions being installed and therefore has a chance of breaking as it did in #119.
Metadata
Metadata
Assignees
Labels
new-featureA new functionality requestA new functionality request