Skip to content

Commit

Permalink
ci(github): Use workers for actions runs
Browse files Browse the repository at this point in the history
  • Loading branch information
teald committed Nov 1, 2024
1 parent 8bf2dce commit 481f4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- uses: excitedleigh/[email protected]

name: ${{ matrix.python }}
- run: nox -s test -p ${{ matrix.python }}
- run: nox -s test -p ${{ matrix.python }} -n 4

0 comments on commit 481f4a2

Please sign in to comment.