do an actual test run

This commit is contained in:
Konstantin Baierer 2021-02-04 15:21:14 +01:00
parent 3905203294
commit 4e1956df5e
5 changed files with 82 additions and 1 deletions

View file

@ -32,4 +32,4 @@ jobs:
python -m pip install --upgrade pip
pip install .
- name: Test with pytest
run: echo success # make test
run: make test