From 22479aa7afb834ee1e91ce1819fc3625a1a4cd6b Mon Sep 17 00:00:00 2001 From: Anand Balakrishnan Date: Thu, 5 Oct 2023 23:29:27 -0700 Subject: [PATCH] fix(ci): don't let cargo run test for pyargus --- pyargus/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyargus/Cargo.toml b/pyargus/Cargo.toml index cd7cf54..c2b7da4 100644 --- a/pyargus/Cargo.toml +++ b/pyargus/Cargo.toml @@ -10,6 +10,7 @@ rust-version.workspace = true [lib] name = "pyargus" crate-type = ["cdylib"] +test = false [dependencies] argus = { version = "0.1.0", path = "../argus" }