Skip to content

Commit a32c365

Browse files
committed
Run Compression tests only on one framework.
This reduces the CI build time for a not-widely-used feature.
1 parent cc58b1c commit a32c365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/test.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if ($LASTEXITCODE -ne 0){
4040

4141
echo "Executing tests with Compression, No SSL"
4242
Copy-Item -Force ..\..\.ci\config\config.compression.json config.json
43-
dotnet xunit -c Release
43+
dotnet xunit -c Release -f netcoreapp2.0
4444
if ($LASTEXITCODE -ne 0){
4545
exit $LASTEXITCODE;
4646
}

0 commit comments

Comments
 (0)