Skip to content

Commit 30d0aa3

Browse files
committed
Enable 32-bit tests during CI
1 parent 74ba84d commit 30d0aa3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Build/steps.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ steps:
8181
- powershell: ./make.ps1 test-all
8282
displayName: Test
8383

84+
# 32-bit tests on Windows only
85+
- ${{ if eq(parameters.os, 'Windows') }}:
86+
- powershell: ./make.ps1 -frameworks net46 -platform x86 test-all
87+
displayName: Test 32-bit
88+
8489
- task: PublishTestResults@2
8590
displayName: Publish Test Results
8691
inputs:

0 commit comments

Comments
 (0)