Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vdev/src/commands/integration/ci_paths.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub struct Cli {}
impl Cli {
pub fn exec(&self) -> Result<()> {
// placeholder for changes that should run all integration tests
println!("all-int:");
println!("all-int: []");

// paths for each integration are defined in their respective config files.
for (integration, config) in IntegrationTestConfig::collect_all()? {
Expand Down