Update tests.yml
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index b928d45..705139f 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -23,7 +23,8 @@
 
       - name: Build
         run: |
-          make -f rive_windows.make
+          ./build.sh
+          ./build.sh release
 
       - name: Tests
         run: |