BurntSushi / rust-snappy

Snappy compression implemented in Rust (including the Snappy frame format).
BSD 3-Clause "New" or "Revised" License
440 stars 43 forks source link

add 32 bit testing to travis #4

Closed BurntSushi closed 4 years ago

BurntSushi commented 8 years ago

A bug reported in #3 exposed a problem that only exists when using 32 bit architectures. It's easy enough to test locally with rustup target add i686-unknown-linux-gnu (and an appropriate installation of gcc-multilib), but this should be automated to prevent regressions.