Fix the issue with trybuild's ui tests (#4992)

* repro ui bug

* fix the tests

* test with the new image

* test without CARGO_HOME

* test without fixes

* test again

* fix trybuild old versions

* bump CArgo.lock

* fix trybuild newest versions

* bump Cargo.lock

* trying on the latest image

* bump Cargo.lock

* run with the old image

* ci will be green on the image from 2020-02-19 [skip ci]

* bump Cargo.lock
This commit is contained in:
Denis Pisarev
2020-02-26 12:41:39 +01:00
committed by GitHub
parent be1e247d57
commit 1f8c738000
2 changed files with 51 additions and 48 deletions
@@ -22,7 +22,7 @@ sp-state-machine = { version = "0.8.0-alpha.1", path = "../../primitives/state-m
sp-core = { version = "2.0.0-alpha.1", path = "../core" }
sp-io = { version = "2.0.0-alpha.1", path = "../io" }
rustversion = "1.0.0"
trybuild = "1.0.17"
trybuild = "1.0.23"
[features]
default = [ "std" ]