Skip to content

Pretty print error instead of raising #16

Pretty print error instead of raising

Pretty print error instead of raising #16

Workflow file for this run

name: CI
on:
push:
branches:
- '**' # This will run the workflow on every push to any branch
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run tests
run: make test-ci