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,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.