From 5c1588cdc044a914e5fbf5937cce2713aedf7865 Mon Sep 17 00:00:00 2001 From: Angelos Evripiotis Date: Thu, 17 Oct 2019 14:11:14 +0100 Subject: .gitlab-ci: test-spawn, enable tests/format/* --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 413592f41..927db6e36 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -199,7 +199,8 @@ tests-spawn-multiprocessing-start-method: - mkdir -p "${INTEGRATION_CACHE}" - useradd -Um buildstream - chown -R buildstream:buildstream . - - su buildstream -c "tox -- ${PYTEST_ARGS} tests/{cachekey,plugins,internals,sourcecache}" + - su buildstream -c "tox -- ${PYTEST_ARGS} tests/{cachekey,format,plugins,internals,sourcecache}" + # Run type checkers mypy: -- cgit v1.2.1