remove the config and platform
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index e62102f..54ee3c7 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_tests.sln /property:Configuration=Debug /property:Platform="Any CPU"
+          MSBuild rive_tests.sln
           ls windows\obj\debug\
 
   build-macos: