Disable some tests for crates in their manifest (#725)
Instead of passing `--exclude` in CI disable them in the manifest so `--all` can work with fewer flags locally as well.
This commit is contained in:
@@ -28,3 +28,7 @@ bindgen = "0.51.0"
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[lib]
|
||||
test = false
|
||||
doctest = false
|
||||
|
||||
Reference in New Issue
Block a user