From 7887b6bee36cb4fea6b401b31b08df3075ef2253 Mon Sep 17 00:00:00 2001 From: Manlio Perillo Date: Mon, 15 May 2023 15:45:28 +0200 Subject: [PATCH] Enable again the unit tests --- .github/workflows/ci.yml | 5 ++--- 1 file 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