Skip to content

Commit d477198

Browse files
committed
ci: remove now-removed 'hashes' feature from tests
1 parent 7f194c0 commit d477198

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/test_vars.sh

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

77
# Test all these features with "std" enabled.
8-
FEATURES_WITH_STD="hashes global-context global-context-less-secure lowmemory rand recovery serde"
8+
FEATURES_WITH_STD="global-context global-context-less-secure lowmemory rand recovery serde"
99

1010
# Test all these features without "std" enabled.
11-
FEATURES_WITHOUT_STD="hashes global-context global-context-less-secure lowmemory rand recovery serde alloc"
11+
FEATURES_WITHOUT_STD="global-context global-context-less-secure lowmemory rand recovery serde alloc"
1212

1313
# Run these examples.
14-
EXAMPLES="sign_verify:hashes,std sign_verify_recovery:hashes,std,recovery generate_keys:rand,std"
14+
EXAMPLES="sign_verify:std sign_verify_recovery:std,recovery generate_keys:rand,std"

0 commit comments

Comments
 (0)