diff --git a/.github/workflows/DuckStation-Builder.yaml b/.github/workflows/DuckStation-Builder.yaml index 57920118f8..59905c1143 100644 --- a/.github/workflows/DuckStation-Builder.yaml +++ b/.github/workflows/DuckStation-Builder.yaml @@ -31,10 +31,6 @@ jobs: - name: Setup MSBuild.exe uses: microsoft/setup-msbuild@v2 - -# Execute all unit tests in the solution - - name: Execute unit tests - run: dotnet test # Restore the application to populate the obj folder with RuntimeIdentifiers - name: Restore the application