Skip to content

Commit

Permalink
Update .github/workflows/test_fast.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com>
  • Loading branch information
oliver-sanders and MetRonnie authored Oct 30, 2023
1 parent a0897bf commit e3bb1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
run: towncrier build --draft

- name: Linkcheck
run: pytest -m linkcheck --dist=load tests/unit
run: pytest -m linkcheck --dist=load tests/unit -n 5 --color=yes

codecov:
needs: test
Expand Down

0 comments on commit e3bb1ee

Please sign in to comment.