* Drop serde error instances

These were no longer needed after ToPrimitive instances were
added.

* Rename last of _api crates
This commit is contained in:
Greg Fitzgerald
2019-11-29 13:50:32 -07:00
committed by GitHub
parent f4229a5d3e
commit 92d485dd4d
24 changed files with 28 additions and 29 deletions

View File

@@ -96,7 +96,7 @@ test-move)
^ci/test-stable.sh \
^ci/test-move.sh \
^programs/move_loader \
^programs/librapay_api \
^programs/librapay \
^logger/ \
^runtime/ \
^sdk/ \
@@ -106,7 +106,7 @@ test-move)
exit 0
}
_ cargo +"$rust_stable" test --manifest-path programs/move_loader/Cargo.toml ${V:+--verbose} -- --nocapture
_ cargo +"$rust_stable" test --manifest-path programs/librapay_api/Cargo.toml ${V:+--verbose} -- --nocapture
_ cargo +"$rust_stable" test --manifest-path programs/librapay/Cargo.toml ${V:+--verbose} -- --nocapture
exit 0
;;
test-local-cluster)