aurora-is-near / aurora-engine

⚙️ Aurora Engine implements an Ethereum Virtual Machine (EVM) on the NEAR Protocol.
https://doc.aurora.dev/develop/compat/evm
325 stars 78 forks source link

chore: add bench-modexp flow to CI script #762

Closed aleksuss closed 1 year ago

aleksuss commented 1 year ago

Description

The goal of the PR is to speed up passing CI flow. Also, it adds an additional job for testing the bech_modexp flow.

aleksuss commented 1 year ago

I thought to speed up the CI flow by adding a matrix with profiles (mainnet and testnet), but it had no effect because the build server doesn't allow running so many parallel jobs. So the pr only adds an additional job for testing the bench-modexp flow. But if it's unimportant, the PR could be closed. cc @birchmd