Skip to content

v0.7.1: dependencies updated (#4) #52

v0.7.1: dependencies updated (#4)

v0.7.1: dependencies updated (#4) #52

Workflow file for this run

name: build
on:
push:
paths-ignore:
- "**.md"
# manual trigger
workflow_dispatch: {}
env:
RUST_BACKTRACE: "1"
jobs:
test_linux:
name: Test / Linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1 # Uses rust-toolchain file
with:
components: rustfmt
- run: cargo build
- run: cargo fmt --check
- run: cargo test --verbose