Skip to content

Commit ae648d6

Browse files
authored
Merge pull request #385 from fortran-lang/build/pyproject-update
ci: enable parallel tests on GitHub Actions
2 parents 71809d0 + fefe0aa commit ae648d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git diff --exit-code ./fortls/fortls.schema.json
3434
3535
- name: Unittests
36-
run: pytest --doctest-modules
36+
run: pytest --doctest-modules -n auto
3737

3838
- name: Upload coverage to Codecov
3939
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)