test: run should_get_theme_parents only with local_tests feature
This commit is contained in:
parent
689c60d428
commit
062ec71b1a
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ mod test {
|
|||
use speculoos::prelude::*;
|
||||
|
||||
#[test]
|
||||
#[cfg(feature = "local_tests")]
|
||||
fn should_get_theme_parents() {
|
||||
for theme in THEMES.get("Arc").unwrap() {
|
||||
let file = crate::theme::read_ini_theme(&theme.index).ok().unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue