mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 17:34:32 +02:00
Run pytest with colors
Tip from https://twitter.com/cjolowicz/status/1461266663681187841
This commit is contained in:
parent
8f386a0d30
commit
33176ad47b
1 changed files with 4 additions and 1 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
|
@ -2,6 +2,9 @@ name: Test
|
|||
|
||||
on: [push]
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
@ -31,7 +34,7 @@ jobs:
|
|||
run: pip install numpy
|
||||
- name: Run tests
|
||||
run: |
|
||||
pytest
|
||||
pytest -v
|
||||
- name: run mypy
|
||||
run: mypy sqlite_utils tests
|
||||
- name: run flake8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue