primitives: Test ordered feature

We forgot to add the `ordered` feature to `test_vars.sh`.
This commit is contained in:
Tobin C. Harding 2024-08-21 12:54:41 +10:00 committed by Andrew Poelstra
parent 722a7239df
commit ce36a37d68
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 2 additions and 2 deletions

View File

@ -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=""