Skip to content

Handle odd cases where schema is inaccurate (#24) #89

Handle odd cases where schema is inaccurate (#24)

Handle odd cases where schema is inaccurate (#24) #89

Workflow file for this run

name: Execute Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
cargo-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Cargo test
run: cargo test --verbose