Update tests.yml
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 136310e..bd0a2fa 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -51,6 +51,11 @@
         shell: bash
         run: echo "${{ github.workspace }}/build" >> $GITHUB_PATH
 
+      - name: Build tests (Windows)
+        shell: cmd
+        working-directory: tests/unit_tests
+        run: .\test.bat
+  
       - name: Unit tests (no GPU)
         shell: cmd
         working-directory: tests/unit_tests