Skip to content

fix: windows compat #108

fix: windows compat

fix: windows compat #108

Workflow file for this run

name: test
on:
pull_request:
push:
branches: [ main ]
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- run: cargo test
- run: cargo build
- run: cargo clippy -- -Dwarnings