Skip to content

Commit

Permalink
Enable parallelized unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Apr 26, 2021
1 parent adb557a commit 510bca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/PDFtoImage/PDFtoImage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageIconUrl>https://raw.githubusercontent.com/sungaila/PDFtoImage/master/etc/Icon_128.png</PackageIconUrl>
<Description>A .NET library to render PDF files into images.</Description>
<PackageReleaseNotes>Initial release</PackageReleaseNotes>
<PackageTags>PDF Bitmap Convert Conversion C# PDFium</PackageTags>
<PackageTags>PDF Bitmap Image Convert Conversion C# PDFium</PackageTags>
<RepositoryUrl>https://github.com/sungaila/PDFtoImage.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<IncludeSymbols>true</IncludeSymbols>
Expand Down
1 change: 1 addition & 0 deletions src/Tests/ComparisonTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.IO;
using System.Runtime.InteropServices;
using static PDFtoImage.Conversion;
[assembly: Parallelize(Scope = ExecutionScope.MethodLevel)]

namespace Tests
{
Expand Down

0 comments on commit 510bca8

Please sign in to comment.