Skip to content
Unverified Commit 896c8144 authored by Lulu's avatar Lulu Committed by GitHub
Browse files

Add publish-check-compile workflow (#6556)

Add publish-check-compile workflow

This Applies staged prdocs then configures crate deps to pull from
crates.io for our already published crates and local paths for
things to be published. Then runs cargo check on the result.

This results in a build state consitent with that of publish time and
should catch compile errors that we would of otherwise ran into mid
pubish.

This acts as a supplement to the check-semver job. check-semver works on
a high level and judges what changes are incorrect and why. This job
just runs the change, sees if it compiles, and if not spits out
a compile error.
parent d1d92ab7
Pipeline #507961 waiting for manual action with stages
in 1 hour, 8 minutes, and 17 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment