Add build test for serde feature

This commit is contained in:
Richard Janis Goldschmidt 2016-08-17 12:19:51 +02:00
parent 20360ebccf
commit eb486e8dc1
1 changed files with 3 additions and 0 deletions

View File

@ -5,3 +5,6 @@ set -ex
cargo bench --verbose
cargo test --verbose --manifest-path=macros/Cargo.toml
# Build test for the serde feature
cargo build --verbose --features "serde"