Skip to content

Commit

Permalink
[chore] matrix env (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhenry authored Oct 30, 2022
1 parent 1526f56 commit d03dd01
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ concurrency:
cancel-in-progress: true

jobs:
test-ubuntu:
runs-on: ubuntu-latest
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- run: swift test --enable-code-coverage
Expand Down

0 comments on commit d03dd01

Please sign in to comment.