diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0647f9772..b4d5022f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -236,7 +236,7 @@ jobs: ${{ runner.os }}-nuget- - name: Build - run: dotnet build -c Release + run: dotnet build -c Debug - name: Run ${{ matrix.category }} tests run: dotnet test -c Debug --no-build --filter "TestCategory=${{ matrix.category }}" -v normal --logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true"