Skip to content

Commit

Permalink
Merge pull request #68 from cgwalters/ci-macos
Browse files Browse the repository at this point in the history
ci: Also test on MacOS
  • Loading branch information
jmarrero authored May 23, 2023
2 parents 7888a42 + 30f3cc4 commit 9f50d92
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,12 @@ jobs:
with:
name: cargo-vendor-filterer
path: target/debug/cargo-vendor-filterer
build-test-windows:
runs-on: windows-latest
build-test-other:
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 9f50d92

Please sign in to comment.