diff options
| author | Chris Boesch <[email protected]> | 2023-06-26 23:55:58 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-26 23:55:58 +0200 |
| commit | d864860201856f96d0e413f613b5c115fdf4b027 (patch) | |
| tree | 710b3f4fc38447054538a03034f8816d5683d8c8 /.github | |
| parent | c3aed336e70392e33dfebf32489f803bf6736ab9 (diff) | |
| download | ziglings-d864860201856f96d0e413f613b5c115fdf4b027.tar.xz ziglings-d864860201856f96d0e413f613b5c115fdf4b027.zip | |
Unit tests temporarily disabled
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6847da4..ed4d359 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 |
