mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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
|
||||
$(PYTEST) tests/system/
|
||||
bash $(CODECOV_PATH) -c -F system
|
||||
[ "$(ETESYNC_TESTS)" = "false" ] || make test-storage
|
||||
else
|
||||
test:
|
||||
$(PYTEST)
|
||||
|
|
|
|||
Loading…
Reference in a new issue