From c135fb41aaac2820fb5142e95a0d3efad6229a4a Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Thu, 25 Mar 2021 17:30:28 +0000 Subject: [PATCH] Don't run trybuild tests on rustc 1.37 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af30d0f..234b1ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,8 @@ jobs: - nightly include: - rust: 1.37.0 - test_features: "--all-features" + # 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" allow_failure: false - rust: stable test_features: "--all-features"