Skip to content

Commit c3509e4

Browse files
committed
Fix test command
1 parent ed92974 commit c3509e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3232
- name: Test
3333
run: |
34-
coverage run --source=jsonpatch tests.py
34+
make coverage

0 commit comments

Comments
 (0)