From 829a22054ab2a5f66cf2bef0ffb5d34b48d8cd3f Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 3 Apr 2026 05:37:56 +0200 Subject: [PATCH] test: Disable building tests --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index eea2cfa..f67cb6e 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