Set test crates to nopublish (#1240)

* Set test crates to nopublish

* Don't publish more crates

* Set even more crates to nopublish

---------

Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
Lulu
2023-08-29 21:40:33 +02:00
committed by GitHub
parent ee78e3a2a6
commit 1c7ef1f232
20 changed files with 20 additions and 0 deletions
@@ -8,6 +8,7 @@ homepage = "https://substrate.io"
repository.workspace = true
edition.workspace = true
build = "build.rs"
publish = false
[dependencies]
clap = { version = "4.3.24", features = ["derive"] }