From ff8a7e0f209c972ebf34ab966f58053f4f408baf Mon Sep 17 00:00:00 2001 From: Alexey Zimarev Date: Mon, 16 Dec 2024 22:41:32 +0100 Subject: [PATCH] Run tests on Windows in debug --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d67e302ea..1e119f30e 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -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()