Skip to content

Commit

Permalink
Lint before test
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaredoug committed Dec 26, 2023
1 parent b4138d7 commit 3a9df9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Lint
run: |
make lint
- name: Test with pytest
run: |
pip install pytest pytest-cov
python -m pytest test/ --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
- name: Lint
run: |
make lint

0 comments on commit 3a9df9d

Please sign in to comment.