Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit b2bd5c7

Browse files
authored
Split build & test on CI (#19)
1 parent 3272e77 commit b2bd5c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v1
16-
- name: Build & Test
16+
- name: Build
17+
run: swift build
18+
- name: Test
1719
run: swift test

0 commit comments

Comments
 (0)