Skip to content

Commit

Permalink
Add tests to GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
martialblog committed Jul 24, 2023
1 parent 2e48562 commit 4e00bd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
uses: actions/checkout@v2
- name: Install dependencies
run: |
python -m pip install pylint==2.15.5
python -m pip install -r requirements-dev.txt
- name: Lint
run: |
make lint
- name: Test
run: |
make coverage

0 comments on commit 4e00bd3

Please sign in to comment.