Skip to content

fix typo

fix typo #55

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Run iOS tests
run: make test-ios
- name: Run tvOS tests
run: make test-tvos