Try to run tests.
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 339b83f..f2d14fd 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -58,6 +58,12 @@
         shell: bash
         run: cmake --build .
 
+      - name: Test
+        working-directory: ${{runner.workspace}}/build
+        shell: bash
+        run: make all test
+      
+
   clang-tidy:
     runs-on: ${{ matrix.os }}
     strategy: