Skip to content

Give more descriptive error BlockDirection::from_id is called with in… #272

Give more descriptive error BlockDirection::from_id is called with in…

Give more descriptive error BlockDirection::from_id is called with in… #272

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: Swatinem/rust-cache@v1
- name: Build
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose
- name: Check formatting
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check