We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20360eb commit eb486e8Copy full SHA for eb486e8
.travis/test_nightly.sh
@@ -5,3 +5,6 @@ set -ex
5
cargo bench --verbose
6
7
cargo test --verbose --manifest-path=macros/Cargo.toml
8
+
9
+# Build test for the serde feature
10
+cargo build --verbose --features "serde"
0 commit comments