ci: Remove stal DO_ALLOC_TESTS variable
We never enable the `DO_ALLOC_TESTS` variable, and hence never test the "alloc" feature in `hashes`. Remove the `DO_ALLOC_TESTS` variable and add "alloc" to the `FEATURES` array.
This commit is contained in:
parent
b5aa482532
commit
aa7b3a7d0c
|
@ -2,11 +2,7 @@
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
FEATURES="serde serde-std std core2"
|
FEATURES="serde serde-std std core2 alloc"
|
||||||
|
|
||||||
if [ "$DO_ALLOC_TESTS" = true ]; then
|
|
||||||
FEATURES="$FEATURES alloc"
|
|
||||||
fi
|
|
||||||
|
|
||||||
cargo --version
|
cargo --version
|
||||||
rustc --version
|
rustc --version
|
||||||
|
|
Loading…
Reference in New Issue