aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-05-15 00:54:46 +0200
committerGitHub <noreply@github.com>2023-05-15 00:54:46 +0200
commit76ee4eb043ae290102d3fb19375931990f2a9824 (patch)
tree080298d34b33f3a91b1c7b4b4c2c669f001dfc63 /.github
parent4c6b6b94e4e40ec9e02a64b97aec34ee4605ae6e (diff)
Unit tests temporarily disabled.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d071d8f..4db6068 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -42,6 +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