Skip to content

Commit

Permalink
chore: Execute the tests in Release mode
Browse files Browse the repository at this point in the history
This reduces the compilation time and also avoids generating .pdb files containing debugging information.
  • Loading branch information
MrDave1999 committed Jan 22, 2024
1 parent ca1b12a commit 6ec4c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Expand Up @@ -23,5 +23,5 @@ jobs:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Test
run: |
dotnet test ./tests/DotEnv.Core.Tests.csproj
dotnet test ./plugins/Microsoft.Extensions.DI/tests/DotEnv.Extensions.Microsoft.DI.Tests.csproj
dotnet test ./tests/DotEnv.Core.Tests.csproj -c Release
dotnet test ./plugins/Microsoft.Extensions.DI/tests/DotEnv.Extensions.Microsoft.DI.Tests.csproj -c Release

0 comments on commit 6ec4c35

Please sign in to comment.