Skip to content

Commit

Permalink
Run tests on Windows in debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Dec 16, 2024
1 parent 4142480 commit ff8a7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
9.0.x
-
name: Run tests
run: dotnet test -f ${{ matrix.dotnet }}
run: dotnet test -c Debug -f ${{ matrix.dotnet }}
-
name: Upload Test Results
if: always()
Expand Down

0 comments on commit ff8a7e0

Please sign in to comment.