summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-06-26 23:55:58 +0200
committerGitHub <noreply@github.com>2023-06-26 23:55:58 +0200
commitd864860201856f96d0e413f613b5c115fdf4b027 (patch)
tree710b3f4fc38447054538a03034f8816d5683d8c8
parentc3aed336e70392e33dfebf32489f803bf6736ab9 (diff)
Unit tests temporarily disabled
-rw-r--r--.github/workflows/ci.yml5
1 files 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