mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-04-05 20:55:01 +08:00
Ensure tests are reusing the previous build and run on release configuration
This commit is contained in:
parent
abce843923
commit
cd2a85e642
2
.github/workflows/build_and_test.yml
vendored
2
.github/workflows/build_and_test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user