Browse Source

Enable again the unit tests

Manlio Perillo 2 years ago
parent
commit
54d5186982
1 changed files with 2 additions and 3 deletions
  1. 2 3
      .github/workflows/ci.yml

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

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