crate-crypto / go-ipa

A Go implementation of cryptographic primitives for Verkle Trees
https://verkle.dev
Apache License 2.0
32 stars 14 forks source link

Make tests run faster #47

Closed jsign closed 1 year ago

jsign commented 1 year ago

This PR makes tests run faster by mostly parallelizing their runs.

Before in CI: ~32min. Now in CI: ~17mins.