From 11270bd5ca10b333cf9944905482a3f258e705b9 Mon Sep 17 00:00:00 2001 From: Izzy Kauffman <121840901+izzy2fancy@users.noreply.github.com> Date: Sun, 17 Mar 2024 17:05:25 -0400 Subject: [PATCH] Update DuckStation-Builder.yaml --- .github/workflows/DuckStation-Builder.yaml | 4 ---- 1 file changed, 4 deletions(-) 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