Skip to content

Remove indirection level for context, detach log level from formattin… #129

Remove indirection level for context, detach log level from formattin…

Remove indirection level for context, detach log level from formattin… #129

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
name: ci
jobs:
build_and_test:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo build
- run: cargo test