filecoin-project / rust-fil-proofs

Proofs for Filecoin in Rust
Other
489 stars 314 forks source link

chore: move CI to GitHub Actions #1763

Open vmx opened 1 week ago

vmx commented 1 week ago

Move the CI from CircleCI to GitHub actions.

As GitHub Actions work a bit differently, things needed to change a bit and I took the chance to clean things up a bit. Nonetheless the coverage should be the same.

If you compare it to the CircleCI configuration and wonder how different things are, this list of changes might help: