Skip to content

Commit

Permalink
Merge pull request #385 from fortran-lang/build/pyproject-update
Browse files Browse the repository at this point in the history
ci: enable parallel tests on GitHub Actions
  • Loading branch information
gnikit authored May 5, 2024
2 parents 71809d0 + fefe0aa commit ae648d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
git diff --exit-code ./fortls/fortls.schema.json
- name: Unittests
run: pytest --doctest-modules
run: pytest --doctest-modules -n auto

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit ae648d6

Please sign in to comment.