Enable all-arch feature in test-no_std.sh
This commit is contained in:
@@ -21,10 +21,10 @@ for LIB in $LIBS; do
|
|||||||
pushd "$LIB" >/dev/null
|
pushd "$LIB" >/dev/null
|
||||||
|
|
||||||
# Test with just "core" enabled.
|
# Test with just "core" enabled.
|
||||||
cargo +nightly test --no-default-features --features core
|
cargo +nightly test --no-default-features --features "core all-arch"
|
||||||
|
|
||||||
# Test with "core" and "std" enabled at the same time.
|
# Test with "core" and "std" enabled at the same time.
|
||||||
cargo +nightly test --features core
|
cargo +nightly test --features "core all-arch"
|
||||||
|
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user