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
4c6b6b94e4
commit
76ee4eb043
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -42,6 +42,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