Skip to content

Improve custom error structure for better messages #17

Improve custom error structure for better messages

Improve custom error structure for better messages #17

Workflow file for this run

name: Build
on:
push:
branches: [ "master", "development" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose