Explorar o código

Add build test for serde feature

Richard Janis Goldschmidt %!s(int64=8) %!d(string=hai) anos
pai
achega
eb486e8dc1
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .travis/test_nightly.sh

+ 3 - 0
.travis/test_nightly.sh

@@ -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"