summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-10-17 14:11:14 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-10-25 14:09:55 +0000
commit299ed94a3f602794165bd366c320f48cf139d1b6 (patch)
tree19863b4234076093c2dad132fac6c9501b485666
parenta125bc07d3fec9d0a9aad52fc167ff6744d8f396 (diff)
downloadbuildstream-299ed94a3f602794165bd366c320f48cf139d1b6.tar.gz
.gitlab-ci: test-spawn, enable tests/format/*
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
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: