Skip to content

Commit 0b9eb24

Browse files
committed
Build arbitrary feature on CI
1 parent f6b83d4 commit 0b9eb24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/test_full.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ STD_FEATURES=(serde)
3131
check_version 1.32 && STD_FEATURES+=(rand)
3232
check_version 1.34 && STD_FEATURES+=(quickcheck)
3333
check_version 1.36 && NO_STD_FEATURES=(serde rand)
34+
check_version 1.40 && STD_FEATURES+=(arbitrary)
3435
echo "Testing supported features: ${STD_FEATURES[*]}"
3536
if [ -n "${NO_STD_FEATURES[*]}" ]; then
3637
echo " no_std supported features: ${NO_STD_FEATURES[*]}"

0 commit comments

Comments
 (0)