feat(ci): run tests on MacOS

This commit is contained in:
Profpatsch 2020-11-06 12:06:36 +01:00
parent 5e05faf619
commit 635d2ed992
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2