This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch chandan/test in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 7d72b3521ef1634e947cae87cc092829ab639c5b Author: Chandan Singh <[email protected]> AuthorDate: Tue Jan 12 23:15:49 2021 +0000 ci: Enable parallelism for tests --- .github/compose/ci.docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/compose/ci.docker-compose.yml b/.github/compose/ci.docker-compose.yml index e2f420d..8d476a2 100644 --- a/.github/compose/ci.docker-compose.yml +++ b/.github/compose/ci.docker-compose.yml @@ -1,7 +1,7 @@ version: '3.4' x-tests-template: &tests-template - command: tox -vvvvv -- --color=yes --integration + command: tox -vvvvv -- --color=yes --integration -n 4 devices: - /dev/fuse:/dev/fuse environment:
