Skip to content

Commit e3db482

Browse files
committed
build(project): make testing crate private
1 parent c8528e8 commit e3db482

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Makefile.toml

+8-1
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,14 @@ fi
645645
install_crate = { crate_name = "cargo-hack", min_version = "0.6.14" }
646646

647647
[tasks.publish-crates]
648-
args = ["workspaces", "publish", "--from-git", "--yes", "--no-git-commit", "skip"]
648+
args = [
649+
"workspaces",
650+
"publish",
651+
"--from-git",
652+
"--yes",
653+
"--no-git-commit",
654+
"skip",
655+
]
649656
command = "cargo"
650657
condition = { env_set = ["CARGO_REGISTRY_TOKEN"] }
651658
dependencies = ["install-cargo-workspaces"]

packages/testing/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors = ["AXONE"]
33
edition = "2021"
44
name = "testing"
5+
publish = false
56
version = "5.0.0"
67

78
[dependencies]

0 commit comments

Comments
 (0)