From f99aef95b8f671cd91cf8acaa65dde9290f025f9 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 3 Apr 2026 05:37:56 +0200 Subject: [PATCH] chore: Disable building tests --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 59a8d74..27f0ac8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,3 +30,7 @@ serde_json = { workspace = true } serde_yaml = "0.9.34" thiserror = "2.0.18" walkdir = "2.5.0" + +[lib] +test = false +doctest = false