ref-fvm icon indicating copy to clipboard operation
ref-fvm copied to clipboard

Run solidity tests in CI

Open Stebalien opened this issue 2 years ago • 0 comments

I.e., the tests in https://github.com/filecoin-project/ref-fvm/tree/fc6547afef2c258a96549438b6e5bcacb0f2d403/tools/solidity-tests.

To do this, we'll need to make sure we can run these quickly. That'll likely require actor caching, at least, to avoid having to pay the wasm compile time for each test.

Stebalien avatar Feb 22 '23 17:02 Stebalien