Browse Source

Unit tests temporarily disabled

Chris Boesch 2 years ago
parent
commit
d864860201
1 changed files with 3 additions and 2 deletions
  1. 3 2
      .github/workflows/ci.yml

+ 3 - 2
.github/workflows/ci.yml

@@ -42,5 +42,6 @@ jobs:
         uses: goto-bus-stop/setup-zig@v2
         uses: goto-bus-stop/setup-zig@v2
         with:
         with:
           version: master
           version: master
-      - name: Run unit tests
-        run: zig build test
+      # Temporarily disabled.
+      #- name: Run unit tests
+      #  run: zig build test