Skip to content

Commit

Permalink
Build before launching tests
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Sep 23, 2022
1 parent 1e34cf4 commit a47b8bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ jobs:
- name: Install tests’ requirements
run: python -m pip install .[test]
- name: Launch tests
run: python -m pytest
run: |
python cairocffi/ffi_build.py
python -m pytest
- name: Check coding style
run: python -m flake8
- name: Check imports order
run: python -m isort . --check --diff
run: python -m isort . --check --diff

0 comments on commit a47b8bf

Please sign in to comment.