diff --git a/.github/workflows/project-ci.yaml b/.github/workflows/project-ci.yaml index fbe78c6..01d7f94 100644 --- a/.github/workflows/project-ci.yaml +++ b/.github/workflows/project-ci.yaml @@ -35,6 +35,7 @@ jobs: uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7 with: github-token: ${{ secrets.GITHUB_TOKEN }} + parallel: true docs: runs-on: ubuntu-latest @@ -68,4 +69,4 @@ jobs: - name: Run pre-commit run: | pre-commit install - pre-commit run --all-files || ( git status --short ; git diff ; exit 1 ) \ No newline at end of file + pre-commit run --all-files || ( git status --short ; git diff ; exit 1 )