From e1e3c755fbb9f601b9ff9225a8cc725c4c0d22c7 Mon Sep 17 00:00:00 2001 From: Cody Date: Mon, 11 May 2026 07:32:55 -0700 Subject: [PATCH] Run all solution tests in desktop CI --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index b737218..39aeef3 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -30,5 +30,5 @@ jobs: run: dotnet build AppLensDesktop.sln --configuration Release --no-restore - name: Test - run: dotnet test tests\AppLens.Backend.Tests\AppLens.Backend.Tests.csproj --configuration Release --no-build + run: dotnet test AppLensDesktop.sln --configuration Release --no-build