Browse Source

Enable all-arch feature in test-no_std.sh

pull/1019/head
bjorn3 5 years ago
committed by Dan Gohman
parent
commit
a111ba8d11
  1. 4
      cranelift/test-no_std.sh

4
cranelift/test-no_std.sh

@ -21,10 +21,10 @@ for LIB in $LIBS; do
pushd "$LIB" >/dev/null
# 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.
cargo +nightly test --features core
cargo +nightly test --features "core all-arch"
popd >/dev/null
done

Loading…
Cancel
Save