mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
ignore ruby platform on windows
This commit is contained in:
parent
b6df9fe0dc
commit
abbc2d2acd
1 changed files with 4 additions and 0 deletions
|
@ -480,6 +480,10 @@ mod cli_run {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg_attr(
|
||||
windows,
|
||||
ignore = "this platform is broken, and `roc run --lib` is missing on windows"
|
||||
)]
|
||||
fn ruby_interop() {
|
||||
test_roc_app_slim("examples/ruby-interop", "main.roc", "libhello", "", true)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue