Skip to content

Windows: Remove once_cell dependency #30

Windows: Remove once_cell dependency

Windows: Remove once_cell dependency #30

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
steps:
- run: rustup update stable
- uses: actions/checkout@v4
- run: cargo test
rustfmt:
runs-on: ubuntu-latest
steps:
- run: rustup update stable
- uses: actions/checkout@v4
- run: cargo fmt -- --check