aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2023-05-04 19:05:36 -0400
committerDave Gauer <dave@ratfactor.com>2023-05-04 19:05:36 -0400
commitf2b3e9340229613c390d469025ebf3fd92520bab (patch)
treeae8fd9abadb4101a81426373032a9c75e7633a81 /.github/workflows/ci.yml
parent8a3d722a33ed09fd8e534fffa0bb67d84f40528a (diff)
parent7a44e4d3426e6db2bbb7822563a1372fc22a1025 (diff)
Merge branch 'main' of github.com:ratfactor/ziglings
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml36
1 files changed, 18 insertions, 18 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ab821c6..d071d8f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,21 +27,21 @@ jobs:
- name: Check compatibility with old Zig compilers
run: ci/compat.sh
-# test:
-# name: Unit Tests
-# strategy:
-# matrix:
-# os: [ubuntu-latest, windows-latest, macos-latest]
-# runs-on: ${{ matrix.os }}
-# timeout-minutes: 30
-# steps:
-# - name: Checkout
-# uses: actions/checkout@v3
-#
-# - name: Setup Zig
-# uses: goto-bus-stop/setup-zig@v2
-# with:
-# version: master
-#
-# - name: Run unit tests
-# run: zig build test
+ test:
+ name: Unit Tests
+ strategy:
+ matrix:
+ os: [ubuntu-latest, windows-latest, macos-latest]
+ runs-on: ${{ matrix.os }}
+ timeout-minutes: 30
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v3
+
+ - name: Setup Zig
+ uses: goto-bus-stop/setup-zig@v2
+ with:
+ version: master
+
+ - name: Run unit tests
+ run: zig build test