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