fix(ci): don't let cargo run test for pyargus

This commit is contained in:
Anand Balakrishnan 2023-10-05 23:29:27 -07:00
parent ca96c75af8
commit 22479aa7af
No known key found for this signature in database

View file

@ -10,6 +10,7 @@ rust-version.workspace = true
[lib]
name = "pyargus"
crate-type = ["cdylib"]
test = false
[dependencies]
argus = { version = "0.1.0", path = "../argus" }