don't execute long-running test

This commit is contained in:
philipp 2024-02-27 12:29:59 +01:00
parent 836f8934d0
commit b4d464506c

@ -67,7 +67,7 @@ impl Law {
/// ///
/// # Examples /// # Examples
/// ///
/// ``` /// ```no_run
/// use risp::law::Law; /// use risp::law::Law;
/// ///
/// let law = Law::from_config("./data/configs/abgb.toml").unwrap(); /// let law = Law::from_config("./data/configs/abgb.toml").unwrap();