From 6b8c48ca1f1eb50827010d3b70e2ee87271821ef Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Fri, 3 May 2024 09:56:26 -0700 Subject: [PATCH] ci: added macOS testing --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 435be73..9198c99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,7 @@ name: CI on: push: + pull_request: env: CI: true @@ -21,3 +22,7 @@ jobs: windows: needs: [lint] uses: haraka/.github/.github/workflows/windows.yml@master + + macos: + needs: [lint] + uses: haraka/.github/.github/workflows/macos.yml@master