From 28e68b0fff583008f2da2583c0aae1f90f9a5d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Thu, 14 May 2026 19:14:19 +0200 Subject: [PATCH] Disable doc-tests --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index cf1f0da..237173e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ autotests = false [lib] name = "agent_sandbox" path = "src/lib.rs" +doctest = false [[bin]] name = "agent-sandbox"