Skip to content

Commit

Permalink
ci: run all tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Aug 12, 2023
1 parent cb99959 commit 6d518cd
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 @@ -20,7 +20,7 @@ jobs:
test:
strategy:
fail-fast: false
max-parallel: 6
max-parallel: 8
matrix:
python-version: [3.7, 3.11]
os: [ubuntu-latest, windows-latest, macOS-latest]
Expand Down

0 comments on commit 6d518cd

Please sign in to comment.