Skip to content

Commit d03dd01

Browse files
authored
[chore] matrix env (#5)
1 parent 1526f56 commit d03dd01

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
jobs:
16-
test-ubuntu:
17-
runs-on: ubuntu-latest
16+
test:
17+
strategy:
18+
matrix:
19+
os: [ubuntu-latest, macos-latest]
20+
runs-on: ${{ matrix.os }}
1821
steps:
1922
- uses: actions/checkout@v1
2023
- run: swift test --enable-code-coverage

0 commit comments

Comments
 (0)