Skip to content

refactor: simplify error handling by using a common Result type #13

refactor: simplify error handling by using a common Result type

refactor: simplify error handling by using a common Result type #13

Workflow file for this run

name: CI
on:
push:
branches: ['master']
paths: ['*.rs', 'Cargo.toml']
pull_request:
branches: ['master']
paths: ['*.rs', 'Cargo.toml']
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Run tests
run: cargo test --verbose