From 0957204bc1f786933551bac6820cf89c4423de4f Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Thu, 25 Mar 2021 17:36:02 +0000 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"