Skip to content

feat: Mem overhead #114

feat: Mem overhead

feat: Mem overhead #114

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches_ignore: []
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
- name: Test
run: |
pytest -v