mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
Don't publish test crates (#7588)
This commit is contained in:
@@ -6,6 +6,7 @@ edition.workspace = true
|
||||
license.workspace = true
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
parachain = { package = "polkadot-parachain", path = "../../", default-features = false, features = [ "wasm-api" ] }
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
[package]
|
||||
name = "test-parachain-adder-collator"
|
||||
description = "Collator for the adder test parachain"
|
||||
publish = false
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
name = "test-parachain-halt"
|
||||
description = "Test parachain which executes forever"
|
||||
build = "build.rs"
|
||||
publish = false
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
name = "test-parachain-undying"
|
||||
description = "Test parachain for zombienet integration tests"
|
||||
build = "build.rs"
|
||||
publish = false
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
@@ -5,6 +5,7 @@ edition.workspace = true
|
||||
license.workspace = true
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
publish = false
|
||||
|
||||
[[bin]]
|
||||
name = "undying-collator"
|
||||
|
||||
Reference in New Issue
Block a user