Remove stages of running unit tests
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 72c1725..26c6d3b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -33,6 +33,4 @@
         if: matrix.os != 'windows'
         run: bazel -h
       - name: Compile All Targets
-        run: bazel build //...
-      - name: Run Unit Tests
-        run: bazel test --test_output=errors //src/test/cpp/ut/...
+        run: bazel build //...
\ No newline at end of file