Skip to content

Commit

Permalink
remove cargo check from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jun 14, 2024
1 parent 477a3eb commit a6f6851
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/publish.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ impl Publish {
let packages = release_order::release_order(&packages)?;
let packages = packages.into_iter().map(|package| &package.name).collect::<Vec<_>>();

self.cargo.run(&["check", "--all-features", "--all-targets"])?;

eprintln!("Publishing packages: {packages:?}");
for package in &packages {
if self.is_already_published(package, &root_version)? {
Expand Down

0 comments on commit a6f6851

Please sign in to comment.