Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli/test: Ignore `rad_diff` on Windows
✗ CI failure Lorenz Leutgeb committed 2 months ago
commit 42ff46e33d130502e3a4e65166f776547f3ecef0
parent c06b00e330d82c8b8221cc8f8776c883208d159f
2 failed (2 total) View logs
1 file changed +1 -0
modified crates/radicle-cli/tests/commands.rs
@@ -1738,6 +1738,7 @@ fn rad_fork() {
    environment.tests(["rad-fetch", "rad-fork"], &bob).unwrap();
}

+
#[cfg(unix)]
#[test]
fn rad_diff() {
    if std::env::consts::OS == "macos" {