Skip to content
Snippets Groups Projects
Commit 1a07354f authored by Lulu's avatar Lulu Committed by GitHub
Browse files

Don't publish test crates (#7588)

parent 2194b957
Branches
No related merge requests found
Showing
with 14 additions and 0 deletions
[package]
name = "polkadot-node-subsystem-test-helpers"
description = "Subsystem traits and message definitions"
publish = false
version.workspace = true
authors.workspace = true
edition.workspace = true
......
[package]
name = "polkadot-test-client"
publish = false
version.workspace = true
authors.workspace = true
edition.workspace = true
......
[package]
name = "polkadot-performance-test"
publish = false
version.workspace = true
authors.workspace = true
edition.workspace = true
......
[package]
name = "polkadot-test-service"
publish = false
version.workspace = true
authors.workspace = true
edition.workspace = true
......
......@@ -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" ] }
......
[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"
......
[package]
name = "polkadot-primitives-test-helpers"
publish = false
version.workspace = true
authors.workspace = true
edition.workspace = true
......
[package]
name = "polkadot-test-runtime"
build = "build.rs"
publish = false
version.workspace = true
authors.workspace = true
edition.workspace = true
......
[package]
name = "test-runtime-constants"
publish = false
version.workspace = true
authors.workspace = true
edition.workspace = true
......
[package]
name = "remote-ext-tests-bags-list"
publish = false
version.workspace = true
authors.workspace = true
edition.workspace = true
......
......@@ -5,6 +5,7 @@ authors.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true
publish = false
[dependencies]
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment