mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
Unit tests temporarily disabled
This commit is contained in:
parent
c3aed336e7
commit
d864860201
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -42,5 +42,6 @@ jobs:
|
||||||
uses: goto-bus-stop/setup-zig@v2
|
uses: goto-bus-stop/setup-zig@v2
|
||||||
with:
|
with:
|
||||||
version: master
|
version: master
|
||||||
- name: Run unit tests
|
# Temporarily disabled.
|
||||||
run: zig build test
|
#- name: Run unit tests
|
||||||
|
# run: zig build test
|
||||||
|
|
Loading…
Reference in a new issue