aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6847da4..96d2300 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,8 +24,9 @@ jobs:
with:
version: ${{ matrix.zig }}
- - name: Check compatibility with old Zig compilers
- run: ci/compat.sh
+ # Temporarily disabled.
+ #- name: Check compatibility with old Zig compilers
+ # run: ci/compat.sh
test:
name: Unit Tests
@@ -42,5 +43,6 @@ jobs:
uses: goto-bus-stop/setup-zig@v2
with:
version: master
+
- name: Run unit tests
run: zig build test