Skip to content

Commit

Permalink
fix: patching xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev committed Mar 28, 2024
1 parent 7bab59e commit c4fe0f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
shell: bash
run: |
set -o pipefail
poetry run pytest --junitxml=pytest-junit.xml -n auto
poetry run pytest --junitxml=pytest-junit.xml
- name: Check generated templates have been reviewed
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This repository is a template for creating new AlgoKit projects. It includes a b
Ensure localnet is running by executing `algokit localnet reset`.

```bash
poetry run pytest -n auto
poetry run pytest
```

This will regenerate the tests for default `starter` and `production` presets as well as default tests for `generators` available on the template.
Expand Down

0 comments on commit c4fe0f3

Please sign in to comment.