Skip to content

Commit

Permalink
ci: run tests on the 3 major platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
rfdonnelly committed Aug 1, 2023
1 parent af8e4b0 commit bedb339
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ jobs:

test:
name: Test Suite
runs-on: ubuntu-latest
strategy:
matrix:
include:
- os: ubuntu-20.04
- os: macos-11
- os: windows-2019
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit bedb339

Please sign in to comment.