Skip to content

Flush write before appending to archive (#38) #61

Flush write before appending to archive (#38)

Flush write before appending to archive (#38) #61

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
name: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v2
- run: cargo fmt --all -- --check
- uses: taiki-e/install-action@v2
with:
tool: cargo-hack
- run: cargo hack check --all --ignore-private --each-feature --no-dev-deps
- run: cargo check --all --all-targets --all-features
- run: cargo test
- run: cargo clippy --workspace --all-targets --all-features --locked -- -D warnings