Skip to content

Commit

Permalink
Update win-x86-runtime-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 authored Dec 5, 2024
1 parent 4dca1c9 commit 0a72cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win-x86-runtime-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
cd runtime
./build.cmd -arch x86 -cross -s clr+libs
try {
./dotnet.cmd build -t:Test src/libraries/System.Runtime/tests/System.Runtime.Tests -p:xunitoptions="-method System.Tests.UInt64Tests_GenericMath.op_CheckedDivisionTest"
./dotnet.cmd build /t:Test /p:TargetArchitecture=x86 /p:xunitoptions="-method System.Tests.UInt64Tests_GenericMath.op_CheckedDivisionTest" src/libraries/System.Runtime/tests/System.Runtime.Tests
} catch {
Get-Content C:\temp\DivUInt64Internal.log
throw $_
Expand Down

0 comments on commit 0a72cb9

Please sign in to comment.