Skip to content

Feature/havoc parsing #37

Feature/havoc parsing

Feature/havoc parsing #37

Workflow file for this run

name: PyTest
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
container: python:3.9
steps:
- uses: actions/checkout@v3
- name: Install poetry dependencies
run: pip install poetry
- name: Install project
run: poetry install
- name: Run test suite
run: poetry run pytest -v