From d864860201856f96d0e413f613b5c115fdf4b027 Mon Sep 17 00:00:00 2001 From: Chris Boesch Date: Mon, 26 Jun 2023 23:55:58 +0200 Subject: [PATCH] Unit tests temporarily disabled --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6847da4..ed4d359 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,5 +42,6 @@ jobs: uses: goto-bus-stop/setup-zig@v2 with: version: master - - name: Run unit tests - run: zig build test + # Temporarily disabled. + #- name: Run unit tests + # run: zig build test