CI: -Dskip-release on x86_64-windows-debug
This script is sometimes timing out, so let's test fewer things to save
time. The x86_64-windows-release script does include test coverage for
release builds of the standard library, behavior tests, etc.
1 files changed, 1 insertions(+), 0 deletions(-)
ci
ci/x86_64-windows-debug.ps1+1
| ... | ... | @@ -59,6 +59,7 @@ Write-Output "Main test suite..." |
| 59 | 59 | --search-prefix "$PREFIX_PATH" ` |
| 60 | 60 | -Dstatic-llvm ` |
| 61 | 61 | -Dskip-non-native ` |
| 62 | -Dskip-release ` |
| 62 | 63 | -Denable-symlinks-windows |
| 63 | 64 | CheckLastExitCode |
| 64 | 65 | |