primitives: Test ordered feature
We forgot to add the `ordered` feature to `test_vars.sh`.
This commit is contained in:
parent
722a7239df
commit
ce36a37d68
|
@ -5,10 +5,10 @@
|
||||||
# shellcheck disable=SC2034
|
# shellcheck disable=SC2034
|
||||||
|
|
||||||
# Test these features with "std" enabled.
|
# Test these features with "std" enabled.
|
||||||
FEATURES_WITH_STD="serde"
|
FEATURES_WITH_STD="ordered serde"
|
||||||
|
|
||||||
# Test these features without "std" enabled.
|
# Test these features without "std" enabled.
|
||||||
FEATURES_WITHOUT_STD="alloc serde"
|
FEATURES_WITHOUT_STD="alloc ordered serde"
|
||||||
|
|
||||||
# Run these examples.
|
# Run these examples.
|
||||||
EXAMPLES=""
|
EXAMPLES=""
|
||||||
|
|
Loading…
Reference in New Issue