mirror of
https://github.com/serde-rs/json.git
synced 2025-10-04 16:25:42 +00:00
Run ui tests on nightly only
Where the nightly and other compiler stderr messages differ, nightly is the one that makes sense to test.
This commit is contained in:
parent
6efaa0d3d6
commit
6b15f48393
@ -23,6 +23,7 @@ ryu = "0.2"
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
automod = "0.1"
|
automod = "0.1"
|
||||||
|
select-rustc = "0.1"
|
||||||
serde_bytes = "0.11"
|
serde_bytes = "0.11"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
serde_stacker = "0.1"
|
serde_stacker = "0.1"
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#[rustc::attr(not(nightly), ignore)]
|
||||||
#[test]
|
#[test]
|
||||||
fn ui() {
|
fn ui() {
|
||||||
let t = trybuild::TestCases::new();
|
let t = trybuild::TestCases::new();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user