mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 19:20:47 -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
|
||||
with:
|
||||
version: master
|
||||
- name: Run unit tests
|
||||
run: zig build test
|
||||
# Temporarily disabled.
|
||||
#- name: Run unit tests
|
||||
# run: zig build test
|
||||
|
|
Loading…
Reference in a new issue