Skip to content

Commit

Permalink
Specify release configuration in test step
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonklaus committed Nov 13, 2024
1 parent 7288858 commit 7bf438e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: dotnet build --configuration Release --no-restore /p:EnableWindowsTargeting=true

- name: Run tests
run: dotnet test --no-build --verbosity normal
run: dotnet test --configuration Release --no-build --verbosity normal

- name: Show logs if failed
if: ${{ failure() }}
Expand Down

0 comments on commit 7bf438e

Please sign in to comment.