Skip to content

Commit

Permalink
Remove dead --workspace flag on cargo pgx test (#520)
Browse files Browse the repository at this point in the history
Signed-off-by: Ana Hobden <[email protected]>
  • Loading branch information
Hoverbear authored Mar 30, 2022
1 parent 16dc858 commit ad2ce45
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cargo-pgx/src/command/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ pub(crate) struct Test {
/// Path to Cargo.toml
#[clap(long, parse(from_os_str))]
manifest_path: Option<PathBuf>,
/// Test all packages in the workspace
#[clap(long)]
workspace: bool,
/// compile for release mode (default is debug)
#[clap(env = "PROFILE", long, short)]
release: bool,
Expand Down

0 comments on commit ad2ce45

Please sign in to comment.