Tests!
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index d84ed31..c3001c1 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -53,13 +53,13 @@
           MSBuild rive.sln /property:Configuration=Debug /property:Platform=x64
           cd ..
 
-      - name: Build rive tests
+      - name: Run rive tests
         shell: powershell
         run: |
           cd dev/test
           C:\premake5.exe vs2022
           MSBuild rive_tests.sln
-          ls build\bin\debug\
+          build\bin\debug\tests.exe
 
   build-macos:
     runs-on: macOS-latest