exclude packages from tests so cargo test --all
works
This commit is contained in:
parent
d1db850fd4
commit
5514f60c28
3 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,9 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
test = false
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue