mana-ethereum/ethereumex

Most tests don't run on CI

rupurt opened this issue · 2 comments

Most tests are currently not getting run on CI and there are several that don't run locally.

CI currently only runs eth & batch

mix test --include eth --include batch

https://github.com/mana-ethereum/ethereumex/blob/master/.circleci/config.yml#L41

I've opened up a draft PR to highlight the tests that are currently broken

it would be great! we also can try using another ethereum client (geth) for this

@ayrat555 cool. I'm working on it now.

My aim is to run tests/CI against multiple clients.