Skip to content

Commit

Permalink
Revert "remove tests on pipeline"
Browse files Browse the repository at this point in the history
This reverts commit 87b2ed0.
  • Loading branch information
Helias committed Nov 15, 2022
1 parent c9e9ee4 commit a7d4ba2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ jobs:
- name: Lint with pylint
run: |
pylint src
- name: Test with pytest
run: |
pytest --cov src tests/ --cov-fail-under=75

0 comments on commit a7d4ba2

Please sign in to comment.