Ensure tests are reusing the previous build and run on release configuration

This commit is contained in:
Arnaud TAMAILLON 2024-09-03 00:14:01 +02:00 committed by BobLd
parent abce843923
commit cd2a85e642

View File

@ -28,4 +28,4 @@ jobs:
run: dotnet build -c Release src/UglyToad.PdfPig.sln
- name: Run the tests
run: dotnet test src/UglyToad.PdfPig.sln
run: dotnet test -c Release src/UglyToad.PdfPig.sln