Workaround for "no bin target named serde_derive_tests_no_std"

This commit is contained in:
David Tolnay
2017-07-20 23:31:47 -07:00
parent 1c2a4bff1c
commit 4f2e8d5dbb
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -41,6 +41,7 @@ if [ -n "${CLIPPY}" ]; then
cargo clippy -- -Dclippy
else
CHANNEL=nightly
cd "$DIR"
cargo clean
cd "$DIR/serde"
channel build
@@ -55,6 +56,7 @@ else
channel build
CHANNEL=beta
cd "$DIR"
cargo clean
cd "$DIR/serde"
channel build --features rc
@@ -62,6 +64,7 @@ else
channel test
CHANNEL=stable
cd "$DIR"
cargo clean
cd "$DIR/serde"
channel build --features rc
@@ -71,6 +74,7 @@ else
channel test
CHANNEL=1.13.0
cd "$DIR"
cargo clean
cd "$DIR/serde"
channel build --features rc