diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 234b1ed..be571f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: include: - rust: 1.37.0 # exclude ui_test as the output is slightly different in rustc 1.37 - test_features: "--features impl_json_schema,chrono,indexmap,either,uuid,smallvec,arrayvec,schema_for_schema" + test_features: "--features impl_json_schema,chrono,indexmap,either,uuid,smallvec,arrayvec" allow_failure: false - rust: stable test_features: "--all-features"