Skip to content

Remove unreachable errors; add unit tests for coverage #9

Remove unreachable errors; add unit tests for coverage

Remove unreachable errors; add unit tests for coverage #9

Workflow file for this run

name: Rust
on:
push:
branches: [ "master", "actions" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build
- name: Run tests
run: cargo test -- --nocapture