Skip to content

Commit

Permalink
fix workspace dep check
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Aug 23, 2024
1 parent cf8fb0e commit a9d0a32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-tools/xtask/src/check_workspace_deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ pub fn run_cmd() -> Result<()> {
// The tests here should not be run by default, as they require
// a running control plane.
"end-to-end-tests",
"omicron-live-tests",
]
.contains(&package.name.as_str())
.then_some(&package.id)
Expand Down

0 comments on commit a9d0a32

Please sign in to comment.