diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1ad0df38..ce89e96f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -94,7 +94,7 @@ jobs: - run: git config --global user.email CI@GITHUB # Run all tests, which includes linters # Non concurrent first (in parallel) - - run: poetry run invoke test + - run: poetry run invoke test -vv --sequential env: SELECTED_ODOO_VERSIONS: ${{ matrix.odoo-version }} TRAEFIK_VERSION: ${{ matrix.traefik_version }}