We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9639366 commit f396975Copy full SHA for f396975
1 file changed
.github/workflows/swift.yml
@@ -11,7 +11,9 @@ jobs:
11
runs-on: macos-latest
12
steps:
13
- uses: actions/checkout@v2
14
- - name: Build and Test
+ - name: Build
15
+ run: swift build
16
+ - name: Test
17
run: swift test
18
19
linux:
@@ -20,5 +22,7 @@ jobs:
20
22
image: swift:5.4
21
23
24
25
26
27
28
0 commit comments