Add action to run tests

This commit is contained in:
Sven Weidauer 2020-12-30 14:10:46 +01:00
parent d3a1cf54e2
commit 87c52e97f6

15
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: Test
on:
pull_request:
paths:
- '.github/workflows/test.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Run tests
run: swift test