Disable no_std test on appveyor

This commit is contained in:
David Tolnay 2017-08-15 21:58:52 -07:00
parent 4831482695
commit a6df35b3d2
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -52,8 +52,10 @@ else
channel build
cd "$DIR/test_suite"
channel test --features unstable
cd "$DIR/test_suite/no_std"
channel build
if [ -z "${APPVEYOR}" ]; then
cd "$DIR/test_suite/no_std"
channel build
fi
CHANNEL=beta
cd "$DIR"