gballet / go-ethereum

Official Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
23 stars 13 forks source link

ci: include conversion tests | use matrix. #470

Closed spencer-tb closed 3 months ago

spencer-tb commented 3 months ago

Description

Adds the conversion tests to the fill & consume eest CI. Splits fill and consume into seperate stages. Uses matrix to run fill and consume steps in parallel seperately. Note that this enforces all fill steps to finish before starting any consume step. If one fill step fails then the entire workflow will stop.

image