Explorar el Código

Test HeapSizeOf on Travis.

Michael Howell hace 11 años
padre
commit
55c573441c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -2,6 +2,7 @@ test:
 	cargo test --features query_encoding
 	cargo test --features serde_serialization
 	cargo test
+	[ x$$TRAVIS_RUST_VERSION != xnightly ] || cargo test --features heap_size
 
 doc:
 	cargo doc --features "query_encoding serde_serialization"