Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Add macos to CI tests
  • Loading branch information
zhiburt committed Mar 29, 2023
1 parent ef5f4db commit 7c6f529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest]
platform: [ubuntu-latest, macos-latest]
feauture:
["", "--features async"]
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 7c6f529

Please sign in to comment.