Skip to content

Commit eb2d7a0

Browse files
committed
Add bytemuck feature to CI tests
1 parent 2226f13 commit eb2d7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_full.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if ! check_version $MSRV ; then
2727
exit 1
2828
fi
2929

30-
FEATURES=(libm serde)
30+
FEATURES=(libm serde bytemuck)
3131
check_version 1.36 && FEATURES+=(rand)
3232
echo "Testing supported features: ${FEATURES[*]}"
3333

0 commit comments

Comments
 (0)