Browse Source

Update ci.yml

Chris Boesch 2 years ago
parent
commit
0302650acf
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/ci.yml

+ 2 - 1
.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: