althea-net / serde-rlp

Ethereum's RLP encoding implemented as a Serde data format
Apache License 2.0
13 stars 10 forks source link

Add MIPS testing #3

Closed mpapierski closed 6 years ago

mpapierski commented 6 years ago

This is quite easy to achieve. Use cross to do testing on our supported architectures:

It should be rather safe to use cross for all platforms (including x86).