Compatibility checks temporarily disabled

This commit is contained in:
Chris Boesch 2023-06-27 00:00:53 +02:00 committed by GitHub
parent bddb2ea87b
commit 647e1e6056
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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