Skip to content

Commit

Permalink
fix(test-ui): Only run UI tests on stable
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvalencik committed Oct 7, 2024
1 parent 3721a24 commit afac8e1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions test/ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ version = "1.0.0"
path = "../../crates/neon"
features = ["futures", "napi-experimental", "serde"]

[dependencies]
rustversion = "1.0.17"

[dev-dependencies]
trybuild = "1"
1 change: 1 addition & 0 deletions test/ui/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#[rustversion::attr(not(stable), ignore)]
#[test]
fn ui() {
let t = trybuild::TestCases::new();
Expand Down

0 comments on commit afac8e1

Please sign in to comment.