Skip to content

Commit eb486e8

Browse files
committed
Add build test for serde feature
1 parent 20360eb commit eb486e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis/test_nightly.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ set -ex
55
cargo bench --verbose
66

77
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

Comments
 (0)