Enable running unit tests in parallel

not that it has a noticeable effect, I'm really just leaving this here so I don't forget later
This commit is contained in:
James Groom 2024-05-11 04:17:59 +10:00 committed by GitHub
parent 1c33e2bad8
commit d8ba3d2448
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@ using System;
using System.IO;
using System.Reflection;
using Microsoft.VisualStudio.TestTools.UnitTesting;
[assembly: Parallelize(Scope = ExecutionScope.MethodLevel)]
namespace BizHawk.Tests
{
public static class EmbeddedData