mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-13 05:31:02 +00:00
Disable no_std test on appveyor
This commit is contained in:
@@ -52,8 +52,10 @@ else
|
|||||||
channel build
|
channel build
|
||||||
cd "$DIR/test_suite"
|
cd "$DIR/test_suite"
|
||||||
channel test --features unstable
|
channel test --features unstable
|
||||||
cd "$DIR/test_suite/no_std"
|
if [ -z "${APPVEYOR}" ]; then
|
||||||
channel build
|
cd "$DIR/test_suite/no_std"
|
||||||
|
channel build
|
||||||
|
fi
|
||||||
|
|
||||||
CHANNEL=beta
|
CHANNEL=beta
|
||||||
cd "$DIR"
|
cd "$DIR"
|
||||||
|
|||||||
Reference in New Issue
Block a user