Merge pull request #995 from serde-rs/nobin

Workaround for "no bin target named serde_derive_tests_no_std"
This commit is contained in:
David Tolnay 2017-07-21 00:17:25 -07:00 committed by GitHub
commit e6487cf6fa
3 changed files with 6 additions and 1 deletions

View File

@ -5,5 +5,4 @@ members = [
"serde_derive_internals",
"serde_test",
"test_suite",
"test_suite/no_std",
]

View File

@ -7,3 +7,5 @@ publish = false
libc = { version = "0.2", default-features = false }
serde = { path = "../../serde", default-features = false }
serde_derive = { path = "../../serde_derive" }
[workspace]

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