Skip to content

Commit

Permalink
Enable parallel tests in GA
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Aug 14, 2023
1 parent 8f1fc29 commit e4e0d8a
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 165 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- run: sudo apt -y install hlint cppcheck shellcheck checkstyle
- run: curl -sSLO https://github.com/pinterest/ktlint/releases/download/0.48.2/ktlint && chmod a+x ktlint
- run: echo "${GITHUB_WORKSPACE}" >> $GITHUB_PATH
- run: pipenv run pytest --cov=tested tests/
- run: pipenv run pytest -n auto --cov=tested tests/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
lint:
Expand Down
Loading

0 comments on commit e4e0d8a

Please sign in to comment.