Add test workflow

This commit is contained in:
Max Goedjen 2020-03-15 16:28:16 -07:00
parent 9951e0a256
commit a621043c98
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8

13
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Test
on:
push:
- '*'
jobs:
build:
runs-on: macOS-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v1
- name: Test
run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive