Skip to content

Commit e2b9f56

Browse files
committed
ci: run all invasive tests on windows
1 parent 1ebf3a7 commit e2b9f56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/test.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,12 @@ if ($Env:RUN_INVASIVE_TESTS) {
5858
Write-Host "##############################################################################"
5959

6060
$Env:GITTEST_INVASIVE_FS_SIZE=1
61+
$Env:GITTEST_INVASIVE_MEMORY=1
62+
$Env:GITTEST_INVASIVE_SPEED=1
6163
run_test invasive
6264
$Env:GITTEST_INVASIVE_FS_SIZE=$null
65+
$Env:GITTEST_INVASIVE_MEMORY=$null
66+
$Env:GITTEST_INVASIVE_SPEED=$null
6367
}
6468

6569
if (-not $Env:SKIP_ONLINE_TESTS) {

0 commit comments

Comments
 (0)