Skip to content

Commit

Permalink
ci: run tests on win and macosx
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Sep 29, 2023
1 parent ecfb111 commit c613454
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ jobs:

test:
name: Test
runs-on: ubuntu-${{matrix.ubuntu}}
runs-on: ${{matrix.platform}}
strategy:
fail-fast: false
matrix:
include:
- {ubuntu: 20.04, rust: nightly}
- {platform: ubuntu-latest, rust: nightly}
- {platform: windows-latest, rust: nightly}
- {platform: macosx-latest, rust: nightly}
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit c613454

Please sign in to comment.