Skip to content

Commit ce36a37

Browse files
tchardingapoelstra
authored andcommitted
primitives: Test ordered feature
We forgot to add the `ordered` feature to `test_vars.sh`.
1 parent 722a723 commit ce36a37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

primitives/contrib/test_vars.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
# shellcheck disable=SC2034
66

77
# Test these features with "std" enabled.
8-
FEATURES_WITH_STD="serde"
8+
FEATURES_WITH_STD="ordered serde"
99

1010
# Test these features without "std" enabled.
11-
FEATURES_WITHOUT_STD="alloc serde"
11+
FEATURES_WITHOUT_STD="alloc ordered serde"
1212

1313
# Run these examples.
1414
EXAMPLES=""

0 commit comments

Comments
 (0)