Fix Windows test failures not being detected in CI (#36446)
Bug introduced in #35926 Release Notes: - N/A
This commit is contained in:
parent
6c255c1973
commit
1444cd9839
6 changed files with 87 additions and 114 deletions
1
.github/actions/run_tests_windows/action.yml
vendored
1
.github/actions/run_tests_windows/action.yml
vendored
|
@ -56,7 +56,6 @@ runs:
|
|||
$env:COMPlus_CreateDumpDiagnostics = "1"
|
||||
|
||||
cargo nextest run --workspace --no-fail-fast
|
||||
continue-on-error: true
|
||||
|
||||
- name: Analyze crash dumps
|
||||
if: always()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue