diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe86d7f9..e3c336df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,7 @@ env: EMSDK_CACHE_NUMBER: 0 CCACHE_DIR: /tmp/.ccache CCACHE_CACHE_NUMBER: 0 + FORCE_COLOR: 3 jobs: build: @@ -298,6 +299,7 @@ jobs: run: | pytest -v \ --dist-dir=./dist/ \ + -n $(nproc) \ --runner=${{ matrix.test-config.runner }} \ --rt ${{ matrix.test-config.runtime }} \ packages diff --git a/requirements.txt b/requirements.txt index 14e19dd6..646d6698 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ pytest +pytest-xdist pytest-pyodide==0.58.3 pytest-httpserver pytest-benchmark