fix(ci): don't let cargo run test for pyargus
This commit is contained in:
parent
ca96c75af8
commit
22479aa7af
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ rust-version.workspace = true
|
||||||
[lib]
|
[lib]
|
||||||
name = "pyargus"
|
name = "pyargus"
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
test = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
argus = { version = "0.1.0", path = "../argus" }
|
argus = { version = "0.1.0", path = "../argus" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue