use right solution name
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 5e5b5c9..8e88b3e 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -59,7 +59,7 @@
         run: |
           cd dev/test
           C:\premake5.exe vs2022
-          MSBuild rive.sln /property:Configuration=Debug /property:Platform=x64
+          MSBuild rive_tests.sln /property:Configuration=Debug /property:Platform=x64
           ls windows\obj\debug\
 
   build-macos: