test modern build stack as part of windows

This commit is contained in:
Nacho Codoñer
2025-05-06 18:10:43 +02:00
parent 71a7bfe29a
commit 58f7c78682

View File

@@ -2,6 +2,7 @@
$jUnit = Join-Path $env:TEMP 'self-test-junit-0.xml'
$tests = @(
'modern build stack'
'^assets'
'^autoupdate'
'^dynamic import.*development'
@@ -27,4 +28,4 @@ If ($selfTestExitCode -eq 0) {
If ($selfTestExitCode -ne 0) {
Exit $selfTestExitCode
}
}