diff options
| author | Chris Boesch <[email protected]> | 2023-05-15 00:54:46 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-15 00:54:46 +0200 |
| commit | 76ee4eb043ae290102d3fb19375931990f2a9824 (patch) | |
| tree | 080298d34b33f3a91b1c7b4b4c2c669f001dfc63 /.github/workflows | |
| parent | 4c6b6b94e4e40ec9e02a64b97aec34ee4605ae6e (diff) | |
| download | ziglings-76ee4eb043ae290102d3fb19375931990f2a9824.tar.xz ziglings-76ee4eb043ae290102d3fb19375931990f2a9824.zip | |
Unit tests temporarily disabled.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d071d8f..4db6068 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +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 |
