diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9ccd1cb..18ca401 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -75,7 +75,7 @@ jobs: - name: dotnet test shell: bash - run: dotnet test --no-build --configuration Release --verbosity normal + run: dotnet test --verbosity normal - name: test-reporter uses: dorny/test-reporter@v1