We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71809d0 commit fefe0aaCopy full SHA for fefe0aa
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
git diff --exit-code ./fortls/fortls.schema.json
34
35
- name: Unittests
36
- run: pytest --doctest-modules
+ run: pytest --doctest-modules -n auto
37
38
- name: Upload coverage to Codecov
39
uses: codecov/codecov-action@v4
0 commit comments