mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-13 21:40:46 -05:00
unit tests temporarily disabled
This commit is contained in:
parent
e9d0ab3784
commit
371a8637b3
1 changed files with 18 additions and 18 deletions
36
.github/workflows/ci.yml
vendored
36
.github/workflows/ci.yml
vendored
|
@ -27,21 +27,21 @@ jobs:
|
||||||
- name: Check compatibility with old Zig compilers
|
- name: Check compatibility with old Zig compilers
|
||||||
run: ci/compat.sh
|
run: ci/compat.sh
|
||||||
|
|
||||||
test:
|
# test:
|
||||||
name: Unit Tests
|
# name: Unit Tests
|
||||||
strategy:
|
# strategy:
|
||||||
matrix:
|
# matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
# os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
# runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 30
|
# timeout-minutes: 30
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout
|
# - name: Checkout
|
||||||
uses: actions/checkout@v3
|
# uses: actions/checkout@v3
|
||||||
|
#
|
||||||
- name: Setup Zig
|
# - name: Setup Zig
|
||||||
uses: goto-bus-stop/setup-zig@v2
|
# uses: goto-bus-stop/setup-zig@v2
|
||||||
with:
|
# with:
|
||||||
version: master
|
# version: master
|
||||||
|
#
|
||||||
- name: Run unit tests
|
# - name: Run unit tests
|
||||||
run: zig build test
|
# run: zig build test
|
||||||
|
|
Loading…
Reference in a new issue