Update tests.yml
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 353714f..21bff3b 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -34,7 +34,7 @@
       - name: Tests
         run: |
           cd tests/unit_tests
-          ./test.sh
+          ./test.sh asan
 
   build-windows:
     runs-on: windows-2022
@@ -50,7 +50,7 @@
       - name: Tests
         run: |
           cd tests/unit_tests
-          ./test.sh
+          ./test.bat
 
   build-macos:
     runs-on: macOS-latest
@@ -86,7 +86,7 @@
         run: |
           echo Testing for ${{matrix.platform}}
           cd tests/unit_tests
-          ./test.sh
+          ./test.sh coverage
 
       - name: Tess Tests
         if: matrix.platform == 'macOS'