use the default preview tests configuration
This commit is contained in:
@@ -35,7 +35,7 @@ struct UnitTests: AsyncParsableCommand {
|
||||
|
||||
if !skipPreviews {
|
||||
do {
|
||||
try await PreviewTests.parse(["--os-version", osVersion]).run()
|
||||
try await PreviewTests.parse([]).run()
|
||||
} catch {
|
||||
failures.append("Preview tests failed: \(error)")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user