Skip to content

Commit

Permalink
Adds tests for MacOS refs #36
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Nov 28, 2019
1 parent 37f5b25 commit 4b98fe1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: MacOS test
on: [push, pull_request]

jobs:
test:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v1

- name: Build
run: |
brew install rakudo-star
zef build .
zef test .

0 comments on commit 4b98fe1

Please sign in to comment.