Skip to content

Commit

Permalink
Enable 32-bit tests during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slozier committed Nov 18, 2024
1 parent 74ba84d commit 36bcbd7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Build/steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ steps:
- powershell: ./make.ps1 test-all
displayName: Test

# 32-bit tests on Windows only
- ${{ if eq(parameters.os, 'Windows') }}:
- powershell: ./make.ps1 -frameworks net462 -platform x86 test-all
displayName: Test 32-bit

- task: PublishTestResults@2
displayName: Publish Test Results
inputs:
Expand Down

0 comments on commit 36bcbd7

Please sign in to comment.