Fix CI
This commit is contained in:
parent
c135fb41aa
commit
0957204bc1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- rust: 1.37.0
|
- rust: 1.37.0
|
||||||
# exclude ui_test as the output is slightly different in rustc 1.37
|
# 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
|
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