OpenST / mosaic-contracts

Mosaic-0: Gateways and anchors on top of Ethereum to scale DApps
https://discuss.openst.org/c/mosaic
MIT License
114 stars 31 forks source link

Parallelize Travis CI #746

Closed pgev closed 5 years ago

schemar commented 5 years ago

Contracts are also compiled multiple times on each run. Maybe that can be optimized in a way.

pgev commented 5 years ago

Contracts are also compiled multiple times on each run. Maybe that can be optimized in a way.

@schemar Definitely. I would propose to have a warm up job and then run tests.

schemar commented 5 years ago

Is that possible? To share state of a warmup job with subsequent parallel test VMs?

schemar commented 5 years ago

I suggest we merge this as is. It already speeds up the tests to take only half the time.