There was an error while loading. Please reload this page.
1 parent b963e95 commit c0b5a15Copy full SHA for c0b5a15
1 file changed
src/rules/md074_mkdocs_nav.rs
@@ -938,6 +938,7 @@ nav:
938
}
939
940
#[test]
941
+ #[serial_test::serial]
942
fn test_cache_prevents_duplicate_validation() {
943
let _guard = setup_test();
944
let temp_dir = tempdir().unwrap();
@@ -978,6 +979,7 @@ nav:
978
979
980
981
982
983
fn test_cache_invalidates_when_content_changes() {
984
985
0 commit comments