summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-06-27 00:00:53 +0200
committerGitHub <noreply@github.com>2023-06-27 00:00:53 +0200
commit496953e9a85fea8dcc7c9e32fa236aed727ea717 (patch)
tree1a1ddbeea8a6b82f266a7a4afd7e9e048f702987
parentd864860201856f96d0e413f613b5c115fdf4b027 (diff)
Compatibility checks temporarily disabled
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ed4d359..7bc28fa 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,8 @@ jobs:
version: ${{ matrix.zig }}
- name: Check compatibility with old Zig compilers
- run: ci/compat.sh
+ # Temporarily disabled.
+ # run: ci/compat.sh
test:
name: Unit Tests
@@ -42,6 +43,6 @@ 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