Disable no_std test on appveyor
This commit is contained in:
parent
4831482695
commit
a6df35b3d2
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user