Skip to content

Mark Window suite as wrapped in README #24

Mark Window suite as wrapped in README

Mark Window suite as wrapped in README #24

Workflow file for this run

name: Test
on:
push:
jobs:
test_macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Build and test
run: |
cargo build
cargo test
test_windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Build and test
run: |
cargo build
cargo test