Skip to content

Merge pull request #16 from cmccomb/master #10

Merge pull request #16 from cmccomb/master

Merge pull request #16 from cmccomb/master #10

Workflow file for this run

name: tests
permissions:
contents: write
on:
push:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: pip install -r requirements.txt
- name: run tests
run: python -m unittest