Split build & test on CI (#19)
This commit is contained in:
parent
3272e775a1
commit
b2bd5c73b4
|
@ -13,5 +13,7 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
- name: Build & Test
|
||||
- name: Build
|
||||
run: swift build
|
||||
- name: Test
|
||||
run: swift test
|
||||
|
|
Loading…
Reference in New Issue