Skip to content

ci(github): add Mac and Windows #24

ci(github): add Mac and Windows

ci(github): add Mac and Windows #24

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run tests
run: |
cargo test
cargo test -- --ignored