blob: 363348c64b74c7e0bdd2a67fec2d68596d9e7f54 [file] [log] [blame]
#!/bin/sh -ex
# Test should be executed before build.
# See https://github.com/rust-lang/cargo/issues/961
cargo test --features=$RUST_PROTOBUF_FEATURES
cargo build --features=$RUST_PROTOBUF_FEATURES
# vim: set ts=4 sw=4 et: