Extend 32bit test coverage #1386
Milestone
Comments
I've established that we can already use dotnet test on our Windows CI environments to run with 32bit coverage without xunit. https://github.com/JimBobSquarePants/PlatformBuildTests/runs/1259919494 Doesn't work on Ubuntu. |
Windows-only coverage is already much better, than no coverage :) |
4 tasks
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A follow up on #1378 (comment).
Currently 32 bit test execution is only done for .NET Framework, with
dotnet xunit
which is an obsolete tool today, we need to adaptdotnet test
, and add 32 bit CI targets for bothnet5.0
andnetcoreapp3.1
. Opening an issue to remember and track this debt.See:
https://twitter.com/tannergooding/status/1316755685938393089
The text was updated successfully, but these errors were encountered: