Add serde support behind serde feature (#96)

This commit is contained in:
Arthur Silva
2017-05-02 10:51:52 -07:00
committed by Carl Lerche
parent 37f6cabd96
commit b196559818
7 changed files with 124 additions and 3 deletions
+2 -2
View File
@@ -3,13 +3,13 @@
set -ex
main() {
cross build --target $TARGET
cross build --target $TARGET $EXTRA_ARGS
if [ ! -z $DISABLE_TESTS ]; then
return
fi
cross test --target $TARGET
cross test --target $TARGET $EXTRA_ARGS
}
# we don't run the "test phase" when doing deploys