aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-04-28 11:10:37 +0000
committerGitHub <noreply@github.com>2023-04-28 11:10:37 +0000
commit0302650acf47ce3c94e44eebd50f5bba705d9d17 (patch)
treec7e36d30c60845954fd8bcfa85a072d016a04fd9
parentdcd16044f42619f307bd5eb31660bc3629fe7439 (diff)
Update ci.yml
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c7e65b9..db259e0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
- name: Check compatibility with old Zig compilers
run: ci/compat.sh
- test:
+ test-linux_mac:
name: Unit Tests
strategy:
matrix:
@@ -47,6 +47,7 @@ jobs:
- name: Run unit tests
run: zig build test
+ test-windows:
name: Unit Test Windows
strategy:
matrix: