|
@@ -27,21 +27,21 @@ jobs:
|
|
- name: Check compatibility with old Zig compilers
|
|
- name: Check compatibility with old Zig compilers
|
|
run: ci/compat.sh
|
|
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
|