Skip to content

Commit

Permalink
run_tests.yml: run five tests in parallel
Browse files Browse the repository at this point in the history
Speed up testing by running all five versions of Python  in parallel.
  • Loading branch information
cclauss authored and defnull committed Dec 8, 2019
1 parent a194622 commit 5b857b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
max-parallel: 5
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
steps:
Expand Down

0 comments on commit 5b857b9

Please sign in to comment.