Run sr-api-macros ui tests only with a stable compiler (#3529)

This commit is contained in:
Bastian Köcher
2019-09-02 16:45:51 +02:00
committed by GitHub
parent db7cd526e4
commit 58890c1be6
3 changed files with 49 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@ criterion = "0.2"
consensus_common = { package = "substrate-consensus-common", path = "../consensus/common" }
codec = { package = "parity-scale-codec", version = "1.0.0" }
trybuild = "1.0"
rustversion = "0.1"
[[bench]]
name = "bench"
@@ -1,5 +1,6 @@
use std::env;
#[rustversion::attr(not(stable), ignore)]
#[test]
fn ui() {
// As trybuild is using `cargo check`, we don't need the real WASM binaries.