summaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorManlio Perillo <manlio.perillo@gmail.com>2023-05-15 15:45:28 +0200
committerManlio Perillo <manlio.perillo@gmail.com>2023-05-15 15:45:28 +0200
commit54d51869828ff6634e5a60805a65741b4436b3e7 (patch)
tree1557928b4f3cac3c87be10eda2a941899bef8b62 /.github
parent9ab9ebf33f7637236cea568a3565888b78fd08e5 (diff)
Enable again the unit tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4db6068..6847da4 100644
--- a/.github/workflows/ci.yml
+++ b/.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