Split build & test on CI (#19)

This commit is contained in:
Moritz Lang 2020-08-17 11:18:53 +02:00 committed by GitHub
parent 3272e775a1
commit b2bd5c73b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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