We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3a667 commit c742f4cCopy full SHA for c742f4c
1 file changed
Sources/xcode-selective-test/SelectiveTesting.swift
@@ -49,6 +49,7 @@ struct SelectiveTesting: AsyncParsableCommand {
49
renderDependencyGraph: dependencyGraph,
50
dot: dot,
51
turbo: turbo,
52
+ dryRun: dryRun,
53
verbose: verbose)
54
let _ = try await tool.run()
55
}
0 commit comments