mirror of
https://github.com/serde-rs/json.git
synced 2025-10-02 23:35:59 +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]
|
||||
automod = "0.1"
|
||||
select-rustc = "0.1"
|
||||
serde_bytes = "0.11"
|
||||
serde_derive = "1.0"
|
||||
serde_stacker = "0.1"
|
||||
|
@ -1,3 +1,4 @@
|
||||
#[rustc::attr(not(nightly), ignore)]
|
||||
#[test]
|
||||
fn ui() {
|
||||
let t = trybuild::TestCases::new();
|
||||
|
Loading…
x
Reference in New Issue
Block a user