Skip to content

Commit c742f4c

Browse files
committed
Fix not passing dryRun flag
1 parent be3a667 commit c742f4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/xcode-selective-test/SelectiveTesting.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ struct SelectiveTesting: AsyncParsableCommand {
4949
renderDependencyGraph: dependencyGraph,
5050
dot: dot,
5151
turbo: turbo,
52+
dryRun: dryRun,
5253
verbose: verbose)
5354
let _ = try await tool.run()
5455
}

0 commit comments

Comments
 (0)