Skip to content

Commit

Permalink
separate test and build step
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMarwitzQC committed Mar 8, 2024
1 parent 6e63edd commit 58454f6
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 @@ -70,6 +70,9 @@ jobs:
while ! docker exec mysql mysqladmin status -h 127.0.0.1 -u minimalkv_test --password=minimalkv_test; \
do sleep 3; done
pytest -n auto --dist loadfile -rs --cov=minimalkv --cov-report=xml
- name: Build the package
shell: bash -x -l {0}
run: |
python -m build
- name: Typecheck the codebase
shell: bash -x -l {0}
Expand Down

0 comments on commit 58454f6

Please sign in to comment.