From 20cfecbbeb4cf02648f176a806e904463d7750b6 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 2c3f269..7c99cbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,3 +29,7 @@ serde_json = { workspace = true } serde_yaml = "0.9.34" thiserror = "2.0.18" walkdir = "2.5.0" + +[lib] +test = false +doctest = false