Skip to content

Commit f396975

Browse files
authored
Update swift.yml
Build, then test
1 parent 9639366 commit f396975

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/swift.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
runs-on: macos-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Build and Test
14+
- name: Build
15+
run: swift build
16+
- name: Test
1517
run: swift test
1618

1719
linux:
@@ -20,5 +22,7 @@ jobs:
2022
image: swift:5.4
2123
steps:
2224
- uses: actions/checkout@v2
23-
- name: Build and Test
25+
- name: Build
26+
run: swift build
27+
- name: Test
2428
run: swift test

0 commit comments

Comments
 (0)