Skip to content

Implement error generation macro into codebase #15

Implement error generation macro into codebase

Implement error generation macro into codebase #15

Workflow file for this run

name: Linux Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build binary
run: cargo build
- name: Run tests
run: cargo test -- --test-threads=1 --show-output