summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-01-19 00:37:13 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2019-01-19 01:16:45 +0000
commite2b9f56878d873eca143bb03a9dac138db424ce0 (patch)
treee3fc3a0057f55ccc671328a03b67859478b5dd0f /ci
parent1ebf3a7decc29e40fdd2925db4d3039c238c8513 (diff)
downloadlibgit2-e2b9f56878d873eca143bb03a9dac138db424ce0.tar.gz
ci: run all invasive tests on windows
Diffstat (limited to 'ci')
-rw-r--r--ci/test.ps14
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/test.ps1 b/ci/test.ps1
index 8bdd65bbf..dcce5f432 100644
--- a/ci/test.ps1
+++ b/ci/test.ps1
@@ -58,8 +58,12 @@ if ($Env:RUN_INVASIVE_TESTS) {
Write-Host "##############################################################################"
$Env:GITTEST_INVASIVE_FS_SIZE=1
+ $Env:GITTEST_INVASIVE_MEMORY=1
+ $Env:GITTEST_INVASIVE_SPEED=1
run_test invasive
$Env:GITTEST_INVASIVE_FS_SIZE=$null
+ $Env:GITTEST_INVASIVE_MEMORY=$null
+ $Env:GITTEST_INVASIVE_SPEED=$null
}
if (-not $Env:SKIP_ONLINE_TESTS) {