Skip to content

Commit

Permalink
Fix the issue with trybuild's ui tests (paritytech#4992)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
TriplEight authored and General-Beck committed Mar 4, 2020
1 parent 56bb57c commit 3b1f569
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 48 deletions.
97 changes: 50 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion primitives/runtime-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit 3b1f569

Please sign in to comment.