Skip to content

Commit

Permalink
Run tests in Release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
znxftw committed Feb 7, 2022
1 parent 3191a8f commit b014556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal -c Release

0 comments on commit b014556

Please sign in to comment.