Don't run trybuild tests on rustc 1.37
This commit is contained in:
parent
b502a04ab8
commit
c135fb41aa
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -14,7 +14,8 @@ jobs:
|
||||||
- nightly
|
- nightly
|
||||||
include:
|
include:
|
||||||
- rust: 1.37.0
|
- 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
|
allow_failure: false
|
||||||
- rust: stable
|
- rust: stable
|
||||||
test_features: "--all-features"
|
test_features: "--all-features"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue