Skip to content

Commit 647e1e6

Browse files
authored
Compatibility checks temporarily disabled
1 parent bddb2ea commit 647e1e6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
version: ${{ matrix.zig }}
2626

2727
- name: Check compatibility with old Zig compilers
28-
run: ci/compat.sh
28+
# Temporarily disabled.
29+
# run: ci/compat.sh
2930

3031
test:
3132
name: Unit Tests
@@ -42,6 +43,6 @@ jobs:
4243
uses: goto-bus-stop/setup-zig@v2
4344
with:
4445
version: master
45-
# Temporarily disabled.
46-
#- name: Run unit tests
47-
# run: zig build test
46+
47+
- name: Run unit tests
48+
run: zig build test

0 commit comments

Comments
 (0)