diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4fc5c652..c3621943 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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() }}