Fix f32_feature with serde.

This commit is contained in:
Stephen Chung
2021-04-06 23:18:28 +08:00
parent 131147c65d
commit 7ec49a9510
3 changed files with 8 additions and 6 deletions

View File

@@ -23,10 +23,10 @@ jobs:
- "--features sync"
- "--features no_optimize"
- "--features no_float"
- "--features f32_float"
- "--features f32_float,serde,metadata,internals"
- "--features decimal"
- "--features no_float,decimal"
- "--tests --features only_i32"
- "--tests --features only_i32,serde,metadata,internals"
- "--features only_i64"
- "--features no_index"
- "--features no_object"