Skip to content

fix to contain an error detail #58

fix to contain an error detail

fix to contain an error detail #58

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
- run: cargo fmt --all -- --check
- run: cargo test