Skip to content

Commit 33176ad

Browse files
authored
1 parent 8f386a0 commit 33176ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Test
22

33
on: [push]
44

5+
env:
6+
FORCE_COLOR: 1
7+
58
jobs:
69
test:
710
runs-on: ${{ matrix.os }}
@@ -31,7 +34,7 @@ jobs:
3134
run: pip install numpy
3235
- name: Run tests
3336
run: |
34-
pytest
37+
pytest -v
3538
- name: run mypy
3639
run: mypy sqlite_utils tests
3740
- name: run flake8

0 commit comments

Comments
 (0)