Don't publish test crates (#7588)

This commit is contained in:
Lulu
2023-08-14 16:31:13 +01:00
committed by GitHub
parent 2194b95708
commit 1a07354f5c
14 changed files with 14 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
[package]
name = "polkadot-test-runtime"
build = "build.rs"
publish = false
version.workspace = true
authors.workspace = true
edition.workspace = true
@@ -1,5 +1,6 @@
[package]
name = "test-runtime-constants"
publish = false
version.workspace = true
authors.workspace = true
edition.workspace = true