Skip to content

Commit

Permalink
Ensure tests are reusing the previous build and run on release config…
Browse files Browse the repository at this point in the history
…uration
  • Loading branch information
Arnaud TAMAILLON authored and BobLd committed Sep 3, 2024
1 parent abce843 commit cd2a85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cd2a85e

Please sign in to comment.