Skip to content

Removed any WIP code. Features can be added incrementally from the th… #57

Removed any WIP code. Features can be added incrementally from the th…

Removed any WIP code. Features can be added incrementally from the th… #57

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint
run: cargo clippy
- name: Run tests
run: cargo test --verbose