Radish alpha
r
Radicle Job Collaborative Object
Radicle
Git (anonymous pull)
Log in to clone via SSH
allow accessing the log URL for a run
✗ CI failure Lars Wirzenius committed 11 months ago
commit 032db2a99ac9d4b2cd036650bb94cc9c793f96ee
parent 6fef4ae5309426d663129ef0d4a90753d4b366ef
1 failed (1 total) View logs
1 file changed +5 -0
modified src/lib.rs
@@ -499,6 +499,11 @@ impl Run {
        }
    }

+
    /// Return URL for the log of this run.
+
    pub fn log(&self) -> &Url {
+
        &self.log
+
    }
+

    /// Return latest [`Status`] of the `Run`.
    pub fn status(&self) -> &Status {
        &self.status