Skip to content

v0.8.1 (#288)

v0.8.1 (#288) #1066

Workflow file for this run

name: Windows CI
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.75.0
profile: minimal
override: true
components: clippy
- uses: Swatinem/rust-cache@v2
- run: make setup
- run: make test