mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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
|
bash $(CODECOV_PATH) -c -F storage
|
||||||
else
|
else
|
||||||
test:
|
test:
|
||||||
py.test $(PYTEST_ARGS)
|
py.test $(PYTEST_ARGS) tests/
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue