Skip to content

Commit 9926796

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents fe71782 + 3b58f31 commit 9926796

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/workflows/swift.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@ on:
1010
branches: [ "main" ]
1111

1212
jobs:
13-
build:
14-
15-
runs-on:
16-
- macos-latest
17-
- ubuntu-latest
18-
13+
test-macos:
14+
runs-on: macos-latest
15+
steps:
16+
- uses: actions/checkout@v3
17+
- uses: swift-actions/setup-swift@v1
18+
with:
19+
swift-version: 5.9
20+
- name: Run tests
21+
run: swift test -v
22+
test-linux:
23+
runs-on: ubuntu-latest
1924
steps:
2025
- uses: actions/checkout@v3
2126
- uses: swift-actions/setup-swift@v1

0 commit comments

Comments
 (0)