dusk-network / plonk

Pure Rust implementation of the PLONK ZKProof System done by the Dusk team
https://dusk-network.github.io/plonk
Mozilla Public License 2.0
543 stars 150 forks source link

Improve CI workflow #776

Closed moCello closed 12 months ago

moCello commented 1 year ago

Summary

Standardize CI workflow with reusable workflows and modern actions. action-rs actions are no longer maintained.

The addition of a separate test job and benchmark compilation is also wanted.