Skip to content

Commit

Permalink
Do not fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Aug 13, 2024
1 parent b9c28c4 commit 366cb05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: main
name: Pytest-run-parallel tests

on:
push:
Expand All @@ -12,6 +12,7 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.13t', 'pypy-3.8']
steps:
Expand Down

0 comments on commit 366cb05

Please sign in to comment.