Merge rust-bitcoin/rust-bitcoin#1878: ci: Remove stal DO_ALLOC_TESTS variable
aa7b3a7d0c
ci: Remove stal DO_ALLOC_TESTS variable (Tobin C. Harding) Pull request description: 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. ACKs for top commit: yancyribbens: ACKaa7b3a7d0c
apoelstra: ACKaa7b3a7d0c
sanket1729: utACKaa7b3a7d0c
Tree-SHA512: 461735242ec94786624a3653c3ea108d1a8712d5a77943f2ce54b44298624f6d4a43c98a0079782211e9a4b61ac87fbadd9c98608ca0ad82574c4a63b921776f
This commit is contained in:
commit
12e014e288
|
@ -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