Skip to content
Snippets Groups Projects

:rocket: fix running all tests

Merged Vincent Hatakeyama requested to merge topic/18.0/fix-tests into branch/18.0
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -3,8 +3,8 @@
file: /odoo/18.0/gitlab-ci.yaml
variables:
TEST_OPTIONS: --test-tags=odoo_addons_mail
# Also install mail to run mail dependant tets
ODOO_SCRIPTS_RUN_TESTS_START_EXTRA: --test-tags=standard,odoo_addons_mail
# Also install mail to run mail dependant tests
ODOO_SCRIPTS_MODULE_LIST: mail
mypy:
Loading