Skip to content

Commit fefe0aa

Browse files
committed
ci: enable parallel tests on GitHub Actions
1 parent 71809d0 commit fefe0aa

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)