Add workflow
This commit is contained in:
parent
35732b75b1
commit
d2ad8cde0f
|
@ -0,0 +1,15 @@
|
|||
name: Build & test
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build
|
||||
run: swift build
|
||||
- name: Test
|
||||
run: swift test
|
Loading…
Reference in New Issue