Skip to content

Commit

Permalink
ci: Always run all jobs to ensure all errors are detected
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Feb 29, 2020
1 parent 1771407 commit a66e55a
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 @@ -6,7 +6,7 @@ jobs:
Test:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
fail-fast: false
matrix:
python: [2.7, 3.6, 3.7]
salt: [2016.11.10, 2017.7.8, 2018.3.4, 2019.2.0, '3000.0']
Expand Down

0 comments on commit a66e55a

Please sign in to comment.