mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-25 14:37:47 +00:00
Run storage tests for ETESYNC too
This commit is contained in:
parent
354aaec2e0
commit
cd86ea7a62
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -56,6 +56,7 @@ test:
|
||||||
bash $(CODECOV_PATH) -c -F unit
|
bash $(CODECOV_PATH) -c -F unit
|
||||||
$(PYTEST) tests/system/
|
$(PYTEST) tests/system/
|
||||||
bash $(CODECOV_PATH) -c -F system
|
bash $(CODECOV_PATH) -c -F system
|
||||||
|
[ "$(ETESYNC_TESTS)" = "false" ] || make test-storage
|
||||||
else
|
else
|
||||||
test:
|
test:
|
||||||
$(PYTEST)
|
$(PYTEST)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue