We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a427ed commit 528fac3Copy full SHA for 528fac3
vdev/src/commands/integration/ci_paths.rs
@@ -12,7 +12,7 @@ pub struct Cli {}
12
impl Cli {
13
pub fn exec(&self) -> Result<()> {
14
// placeholder for changes that should run all integration tests
15
- println!("all-int:");
+ println!("all-int: []");
16
17
// paths for each integration are defined in their respective config files.
18
for (integration, config) in IntegrationTestConfig::collect_all()? {
0 commit comments