Skip to content

Commit

Permalink
ci: added macOS testing
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed May 3, 2024
1 parent b471b16 commit 6b8c48c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: CI

on:
push:
pull_request:

env:
CI: true
Expand All @@ -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

0 comments on commit 6b8c48c

Please sign in to comment.