summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f40f279..d071d8f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,5 +1,4 @@
-name: 'CI'
-# Makes some checks
+name: CI
on:
pull_request:
@@ -27,9 +26,9 @@ jobs:
- name: Check compatibility with old Zig compilers
run: ci/compat.sh
-
+
test:
- name: Unit Test
+ name: Unit Tests
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]