mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-12-22 14:03:10 -05:00
Compatibility checks temporarily disabled
This commit is contained in:
parent
d864860201
commit
496953e9a8
1 changed files with 5 additions and 4 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -25,7 +25,8 @@ jobs:
|
||||||
version: ${{ matrix.zig }}
|
version: ${{ matrix.zig }}
|
||||||
|
|
||||||
- name: Check compatibility with old Zig compilers
|
- name: Check compatibility with old Zig compilers
|
||||||
run: ci/compat.sh
|
# Temporarily disabled.
|
||||||
|
# run: ci/compat.sh
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Unit Tests
|
name: Unit Tests
|
||||||
|
@ -42,6 +43,6 @@ jobs:
|
||||||
uses: goto-bus-stop/setup-zig@v2
|
uses: goto-bus-stop/setup-zig@v2
|
||||||
with:
|
with:
|
||||||
version: master
|
version: master
|
||||||
# Temporarily disabled.
|
|
||||||
#- name: Run unit tests
|
- name: Run unit tests
|
||||||
# run: zig build test
|
run: zig build test
|
||||||
|
|
Loading…
Reference in a new issue