00a6619cbe
.NET Build and Publish / build (push) Has been cancelled
* Add permission checks and deprecate canPublish * Fix tests * How's this * make tests more reliable * lets test this first * test * This should speed up unit tests * skip slow tests * I HATE flaky tests
8 lines
299 B
C#
8 lines
299 B
C#
namespace Speckle.Sdk.Tests.Unit;
|
|
|
|
[CollectionDefinition(nameof(RequiresTypeLoaderCollection), DisableParallelization = true)]
|
|
public class RequiresTypeLoaderCollection;
|
|
|
|
[CollectionDefinition(nameof(RequiresSqLiteAccountDb), DisableParallelization = true)]
|
|
public class RequiresSqLiteAccountDb;
|