Skip to content

Commit ff6c54f

Browse files
committed
[DNM] Always have verbose SwiftPM logging
1 parent 8d35f34 commit ff6c54f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1803,10 +1803,11 @@ function Build-SPMProject {
18031803
}
18041804
Test {
18051805
$ActionName = "test"
1806+
$Arguments += @("-v")
18061807
}
18071808
TestParallel {
18081809
$ActionName = "test"
1809-
$Arguments += @("--parallel")
1810+
$Arguments += @("--parallel", "-v")
18101811
}
18111812
}
18121813

0 commit comments

Comments
 (0)