ethereum-consensus icon indicating copy to clipboard operation
ethereum-consensus copied to clipboard

Ensure `spec-gen` outputs are idempotent

Open ralexstokes opened this issue 2 years ago • 0 comments

the spec-gen utility is now idempotent

let's add a CI job to make sure this is the case

it would do something like:

when there is no change to either the spec-gen crates:

  • cd spec-gen && just gen-spec
  • ensure there were no changes

any changes should be a CI failure

ralexstokes avatar May 26 '22 21:05 ralexstokes