mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Run only tests
This commit is contained in:
parent
87c7143fa4
commit
c0a6fb1b41
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -34,7 +34,7 @@ test:
|
|||
bash $(CODECOV_PATH) -c -F storage
|
||||
else
|
||||
test:
|
||||
py.test $(PYTEST_ARGS)
|
||||
py.test $(PYTEST_ARGS) tests/
|
||||
endif
|
||||
|
||||
all:
|
||||
|
|
|
|||
Loading…
Reference in a new issue