Right now all our tests are run in "Any CPU" mode. However we have a number of interop API that are platform specific, and we are unable to test those.
CI tests must run under x86 and x64. When time comes they will also must be run under arm64 as well.